From 3dca261deaa2674b1faca52fec213f6cc960a61f Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Fri, 27 Mar 2020 00:30:05 +0800 Subject: Still implementing custom themes. --- app/src/main/res/xml/theme_preferences.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'app/src/main/res/xml') diff --git a/app/src/main/res/xml/theme_preferences.xml b/app/src/main/res/xml/theme_preferences.xml index e6aec71f..f40ef592 100644 --- a/app/src/main/res/xml/theme_preferences.xml +++ b/app/src/main/res/xml/theme_preferences.xml @@ -21,17 +21,20 @@ + app:title="@string/settings_customize_light_theme_title" + app:isPreferenceVisible="false" /> + app:title="@string/settings_customize_dark_theme_title" + app:isPreferenceVisible="false" /> + app:icon="@drawable/ic_amoled_theme_preference_24dp" + app:title="@string/settings_customize_amoled_theme_title" + app:isPreferenceVisible="false" />