diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-03-24 06:14:47 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-03-24 06:14:47 +0000 |
commit | f5fc3850392601797a44c6dc07128155a420faa7 (patch) | |
tree | 3f63906f1f1f60debf55b833542fa723fe1cae97 /app/src/main/res/xml/theme_preferences.xml | |
parent | 9c4889b1b02a6bfa6486ce1c3bfc0c6b590f1f4e (diff) | |
download | infinity-for-reddit-f5fc3850392601797a44c6dc07128155a420faa7.tar infinity-for-reddit-f5fc3850392601797a44c6dc07128155a420faa7.tar.gz infinity-for-reddit-f5fc3850392601797a44c6dc07128155a420faa7.tar.bz2 infinity-for-reddit-f5fc3850392601797a44c6dc07128155a420faa7.tar.lz infinity-for-reddit-f5fc3850392601797a44c6dc07128155a420faa7.tar.xz infinity-for-reddit-f5fc3850392601797a44c6dc07128155a420faa7.tar.zst infinity-for-reddit-f5fc3850392601797a44c6dc07128155a420faa7.zip |
Add CustomThemeListingActivity.
Diffstat (limited to 'app/src/main/res/xml/theme_preferences.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 |