Cherish: Black theme [2/3]
Change-Id: I6f3c722349e13fc8c44acd67fd168b3a32673ba5 Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -687,5 +687,9 @@
|
||||
<!-- Volume panel on left -->
|
||||
<string name="volume_panel_on_left_title">Show volume panel on left</string>
|
||||
<string name="volume_panel_on_left_summary">Display volume panel on the left side of the screen</string>
|
||||
|
||||
<!-- Black theme -->
|
||||
<string name="system_black_theme_title">Use black theme</string>
|
||||
<string name="system_black_theme_summary">Force black background colors</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -22,6 +22,11 @@
|
||||
android:key="monel_category"
|
||||
android:title="Monet">
|
||||
|
||||
<com.cherish.settings.preferences.SecureSettingSwitchPreference
|
||||
android:key="system_black_theme"
|
||||
android:title="@string/system_black_theme_title"
|
||||
android:summary="@string/system_black_theme_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<com.cherish.settings.preferences.SecureSettingSwitchPreference
|
||||
android:key="monet_engine_custom_color"
|
||||
|
||||
Reference in New Issue
Block a user