aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-08-26 09:50:44 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-08-26 09:50:44 +0000
commit864eb2126983977f9d7d7db12592fff0c8ede1cb (patch)
treef3b4ad542e8b69e867d4b3ce460e1d7aaaa04f5a /app/src/main/res/xml
parentb29bbf4321205a665ed74ecf05b54205d34d0840 (diff)
downloadinfinity-for-reddit-864eb2126983977f9d7d7db12592fff0c8ede1cb.tar
infinity-for-reddit-864eb2126983977f9d7d7db12592fff0c8ede1cb.tar.gz
infinity-for-reddit-864eb2126983977f9d7d7db12592fff0c8ede1cb.tar.bz2
infinity-for-reddit-864eb2126983977f9d7d7db12592fff0c8ede1cb.tar.lz
infinity-for-reddit-864eb2126983977f9d7d7db12592fff0c8ede1cb.tar.xz
infinity-for-reddit-864eb2126983977f9d7d7db12592fff0c8ede1cb.tar.zst
infinity-for-reddit-864eb2126983977f9d7d7db12592fff0c8ede1cb.zip
Changing lazy mode interval in Settings is now available.
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/main_preferences.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/xml/main_preferences.xml b/app/src/main/res/xml/main_preferences.xml
index 7ccfa301..7d482fae 100644
--- a/app/src/main/res/xml/main_preferences.xml
+++ b/app/src/main/res/xml/main_preferences.xml
@@ -16,6 +16,15 @@
app:title="@string/settings_theme_title"
app:useSimpleSummaryProvider="true" />
+ <ListPreference
+ app:defaultValue="2.5"
+ android:entries="@array/settings_lazy_mode_interval"
+ app:entryValues="@array/settings_lazy_mode_interval_values"
+ app:key="lazy_mode_interval"
+ app:icon="@drawable/ic_outline_access_time_24px"
+ app:title="@string/settings_lazy_mode_interval_title"
+ app:useSimpleSummaryProvider="true" />
+
<SwitchPreference
app:defaultValue="false"
app:key="nsfw"