Still implementing custom themes.

This commit is contained in:
Alex Ning
2020-03-27 00:30:05 +08:00
parent 0694c471c4
commit 3dca261dea
26 changed files with 700 additions and 43 deletions

View File

@@ -21,17 +21,20 @@
<Preference
app:key="customize_light_theme"
app:icon="@drawable/ic_light_theme_preference_24dp"
app:title="@string/settings_customize_light_theme_title" />
app:title="@string/settings_customize_light_theme_title"
app:isPreferenceVisible="false" />
<Preference
app:key="customize_dark_theme"
app:icon="@drawable/ic_dark_theme_preference_24dp"
app:title="@string/settings_customize_dark_theme_title" />
app:title="@string/settings_customize_dark_theme_title"
app:isPreferenceVisible="false" />
<Preference
app:key="customize_amoled_theme"
app:icon="@drawable/ic_dark_theme_preference_24dp"
app:title="@string/settings_customize_amoled_theme_title" />
app:icon="@drawable/ic_amoled_theme_preference_24dp"
app:title="@string/settings_customize_amoled_theme_title"
app:isPreferenceVisible="false" />
<Preference
app:key="manage_themes"