aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-09-20 13:27:00 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-09-20 13:27:00 +0000
commit9ca494d4b5409b12b8262194f736284036858c01 (patch)
treeeabfd8bda9a18cf2c8053d6916627f7ee6f06759 /app/src/main/res/xml
parent010c323769faf9703a84144576ba33eb4410562e (diff)
downloadinfinity-for-reddit-9ca494d4b5409b12b8262194f736284036858c01.tar
infinity-for-reddit-9ca494d4b5409b12b8262194f736284036858c01.tar.gz
infinity-for-reddit-9ca494d4b5409b12b8262194f736284036858c01.tar.bz2
infinity-for-reddit-9ca494d4b5409b12b8262194f736284036858c01.tar.lz
infinity-for-reddit-9ca494d4b5409b12b8262194f736284036858c01.tar.xz
infinity-for-reddit-9ca494d4b5409b12b8262194f736284036858c01.tar.zst
infinity-for-reddit-9ca494d4b5409b12b8262194f736284036858c01.zip
Changing font size is available. Delete duplicate Edit menu in comments.
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/main_preferences.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/xml/main_preferences.xml b/app/src/main/res/xml/main_preferences.xml
index 80df0c11..e1f8a0a0 100644
--- a/app/src/main/res/xml/main_preferences.xml
+++ b/app/src/main/res/xml/main_preferences.xml
@@ -24,6 +24,14 @@
app:title="@string/settings_lazy_mode_interval_title"
app:useSimpleSummaryProvider="true" />
+ <ListPreference
+ app:defaultValue="Normal"
+ android:entries="@array/settings_font_size"
+ app:entryValues="@array/settings_font_size_values"
+ app:key="font_size"
+ app:title="@string/settings_font_size_title"
+ app:useSimpleSummaryProvider="true" />
+
<SwitchPreference
app:defaultValue="false"
app:key="nsfw"