From f5fc3850392601797a44c6dc07128155a420faa7 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Tue, 24 Mar 2020 14:14:47 +0800 Subject: Add CustomThemeListingActivity. --- app/src/main/res/layout/item_theme_type_divider.xml | 5 +++++ app/src/main/res/values/strings.xml | 5 +++++ app/src/main/res/xml/theme_preferences.xml | 9 +++++++++ 3 files changed, 19 insertions(+) create mode 100644 app/src/main/res/layout/item_theme_type_divider.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/layout/item_theme_type_divider.xml b/app/src/main/res/layout/item_theme_type_divider.xml new file mode 100644 index 00000000..0933ae9c --- /dev/null +++ b/app/src/main/res/layout/item_theme_type_divider.xml @@ -0,0 +1,5 @@ + + \ No newline at end of file diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index fc88749c..b8d4e657 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -19,6 +19,7 @@ Multireddit Create Multireddit Select Subreddits + Custom Themes Open navigation drawer Close navigation drawer @@ -361,6 +362,8 @@ Light Theme Dark Theme Amoled Theme + Select and Customize Themes + Custom themes cannot be applied to settings page. Cannot get the link @@ -598,6 +601,8 @@ Only available for Android 8.0 or above. Only available for Android 6.0 or above. + Predefined Themes + Your Themes Indigo Indigo Dark Indigo Amoled 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" /> + + + + \ No newline at end of file -- cgit v1.2.3