summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-11-29 10:27:12 +0300
committerAndrew Dolgov <[email protected]>2019-11-29 10:27:12 +0300
commit21ff9102e2c314b0c51a872e4b7781a299e10016 (patch)
treefd4c40b03b92d310b0c80b9024709b61df0f47e7 /org.fox.ttrss/src/main/res/xml/preferences.xml
parent570c7554a5c2a5a6310b719a2f92d825882efef3 (diff)
remove deprecated MODE_NIGHT_AUTO_TIME
check for night mode using resources instead of theme name
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml/preferences.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/xml/preferences.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml
index d9fef61a..93bc74fa 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -32,7 +32,7 @@
android:key="category_look_and_feel"
android:title="@string/look_and_feel" >
<ListPreference
- android:defaultValue="THEME_AUTO"
+ android:defaultValue="THEME_FOLLOW_DEVICE"
android:entries="@array/pref_theme_names"
android:entryValues="@array/pref_theme_values"
android:key="theme"