Cherish : Black theme [2/3]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -910,4 +910,8 @@
|
|||||||
<string name="lock_clock_font_burnstown">Burnstown</string>
|
<string name="lock_clock_font_burnstown">Burnstown</string>
|
||||||
<string name="lock_clock_font_dumbledor">Dumbledor</string>
|
<string name="lock_clock_font_dumbledor">Dumbledor</string>
|
||||||
<string name="lock_clock_font_phantombold">PhantomBold</string>
|
<string name="lock_clock_font_phantombold">PhantomBold</string>
|
||||||
|
|
||||||
|
<!-- Black theme -->
|
||||||
|
<string name="system_black_theme_title">Vivid Colors</string>
|
||||||
|
<string name="system_black_theme_summary">Use colorful and darker monet shades</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -115,6 +115,14 @@
|
|||||||
android:title="@string/monet_engine_settings_title"
|
android:title="@string/monet_engine_settings_title"
|
||||||
android:summary="@string/monet_engine_settings_summary"
|
android:summary="@string/monet_engine_settings_summary"
|
||||||
android:fragment="com.cherish.settings.fragments.MonetEngineSettings" />
|
android:fragment="com.cherish.settings.fragments.MonetEngineSettings" />
|
||||||
|
|
||||||
|
<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:dependency="dark_ui_mode"
|
||||||
|
android:defaultValue="false" />
|
||||||
|
|
||||||
|
|
||||||
<!-- Font style -->
|
<!-- Font style -->
|
||||||
<Preference
|
<Preference
|
||||||
|
|||||||
Reference in New Issue
Block a user