Cherish:Add support for system theming [2/3]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -72,6 +72,14 @@
|
||||
android:title="@string/monet_engine_settings_title"
|
||||
android:summary="@string/monet_engine_settings_summary"
|
||||
android:fragment="com.cherish.settings.fragments.MonetEngineSettings" />
|
||||
|
||||
<com.cherish.settings.preferences.SecureSettingListPreference
|
||||
android:key="system_custom_theme"
|
||||
android:title="@string/custom_theme_title"
|
||||
android:summary="@string/custom_theme_summary"
|
||||
android:defaultValue="0"
|
||||
android:entries="@array/custom_theme_entries"
|
||||
android:entryValues="@array/custom_theme_values" />
|
||||
|
||||
<!-- Font style -->
|
||||
<Preference
|
||||
|
||||
Reference in New Issue
Block a user