summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/preferences_user_interface.xml
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2023-02-18 14:51:55 +0100
committerGitHub <noreply@github.com>2023-02-18 14:51:55 +0100
commit997860fe522e67dff087e4184a80fc9656de28d8 (patch)
tree75387ba9614686b8251950cdd375ed162fc5cbaf /app/src/main/res/xml/preferences_user_interface.xml
parentcaf49c5da8a2f541b099ff32c15a7e96e1c557e8 (diff)
downloadAntennaPod-997860fe522e67dff087e4184a80fc9656de28d8.zip
Extra toggle for full black theme (#6328)
Diffstat (limited to 'app/src/main/res/xml/preferences_user_interface.xml')
-rw-r--r--app/src/main/res/xml/preferences_user_interface.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/app/src/main/res/xml/preferences_user_interface.xml b/app/src/main/res/xml/preferences_user_interface.xml
index f11b89be7..ed3f5777a 100644
--- a/app/src/main/res/xml/preferences_user_interface.xml
+++ b/app/src/main/res/xml/preferences_user_interface.xml
@@ -4,13 +4,13 @@
xmlns:search="http://schemas.android.com/apk/com.bytehamster.lib.preferencesearch">
<PreferenceCategory android:title="@string/appearance">
- <de.danoeh.antennapod.preferences.MaterialListPreference
- android:entryValues="@array/theme_values"
- android:entries="@array/theme_options"
- android:title="@string/pref_set_theme_title"
- android:key="prefTheme"
- android:summary="@string/pref_set_theme_sum"
- android:defaultValue="system"/>
+ <de.danoeh.antennapod.preferences.ThemePreference
+ android:key="prefTheme" />
+ <SwitchPreferenceCompat
+ android:title="@string/pref_black_theme_title"
+ android:key="prefThemeBlack"
+ android:summary="@string/pref_black_theme_message"
+ android:defaultValue="false" />
<SwitchPreferenceCompat
android:title="@string/pref_tinted_theme_title"
android:key="prefTintedColors"