diff options
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/theme_preferences.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/xml/theme_preferences.xml b/app/src/main/res/xml/theme_preferences.xml index e7d9c13f..5bcc5ef3 100644 --- a/app/src/main/res/xml/theme_preferences.xml +++ b/app/src/main/res/xml/theme_preferences.xml @@ -33,4 +33,13 @@ app:icon="@drawable/ic_dark_theme_preference_24dp" app:title="@string/settings_customize_amoled_theme_title" /> + <Preference + app:key="select_and_customize_theme" + app:icon="@drawable/ic_edit_24dp" + app:title="@string/settings_select_and_customize_theme_title" /> + + <Preference + app:summary="@string/settings_custom_theme_cannot_apply_to_settings_page_title" + app:enabled="false" /> + </PreferenceScreen>
\ No newline at end of file |