Cherish: Black theme [2/3]

Change-Id: I6f3c722349e13fc8c44acd67fd168b3a32673ba5
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
SagarMakhar
2022-01-12 18:34:24 +00:00
committed by Hưng Phan
parent 6fa3942522
commit 25f5a19112
2 changed files with 9 additions and 0 deletions

View File

@@ -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>

View File

@@ -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"