aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorDocile-Alligator <chineseperson5@gmail.com>2022-03-06 02:41:02 +0000
committerDocile-Alligator <chineseperson5@gmail.com>2022-03-06 02:41:02 +0000
commit141abc654a66c003351091d9df9f94229d9eb9ce (patch)
treea399cbeb6bbc32f739cb49e83671b09ef76e3f5f /app/src/main/res/xml
parentdc9725735baa027ce68a59648cc810e7daf77ce9 (diff)
downloadinfinity-for-reddit-141abc654a66c003351091d9df9f94229d9eb9ce.tar
infinity-for-reddit-141abc654a66c003351091d9df9f94229d9eb9ce.tar.gz
infinity-for-reddit-141abc654a66c003351091d9df9f94229d9eb9ce.tar.bz2
infinity-for-reddit-141abc654a66c003351091d9df9f94229d9eb9ce.tar.lz
infinity-for-reddit-141abc654a66c003351091d9df9f94229d9eb9ce.tar.xz
infinity-for-reddit-141abc654a66c003351091d9df9f94229d9eb9ce.tar.zst
infinity-for-reddit-141abc654a66c003351091d9df9f94229d9eb9ce.zip
New option: Settings->Miscellaneous->Post Feed Preview Max Resolution. Fix low resolution post previews when showing them for the first time. Tweak themed icon.
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/miscellaneous_preferences.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/src/main/res/xml/miscellaneous_preferences.xml b/app/src/main/res/xml/miscellaneous_preferences.xml
index 132df3d8..1ae7ed8f 100644
--- a/app/src/main/res/xml/miscellaneous_preferences.xml
+++ b/app/src/main/res/xml/miscellaneous_preferences.xml
@@ -40,4 +40,18 @@
app:title="@string/settings_language_title"
app:useSimpleSummaryProvider="true" />
+ <ml.docilealligator.infinityforreddit.customviews.CustomFontPreferenceCategory
+ app:title="@string/settings_miscellaneous_dangerous_group_title" />
+
+ <ml.docilealligator.infinityforreddit.customviews.CustomFontPreference
+ app:icon="@drawable/ic_info_preference_24dp"
+ app:summary="@string/settings_post_feed_max_resolution_warning_title"
+ app:enabled="false" />
+
+ <ml.docilealligator.infinityforreddit.customviews.CustomFontEditTextPreference
+ app:defaultValue="5000000"
+ app:key="post_feed_max_resolution"
+ app:title="@string/settings_post_feed_max_resolution_title"
+ app:useSimpleSummaryProvider="true" />
+
</PreferenceScreen> \ No newline at end of file