Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil K <kamil@ryuu.eu>2019-08-06 23:14:09 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2019-08-11 15:01:12 +0300
commit6f23054f608c13c30b64a813716c95bc3361878a (patch)
tree69be4794f2c05239a68bf915536088f7aa604699 /app/src/main/res/xml
parent5d1a3e617e5d73b1a07937615b857e99d7eb6993 (diff)
Added font size preference.
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/preferences.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index c9b428ac..0a165c38 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -30,6 +30,15 @@
android:key="@string/pref_key_font"
android:title="@string/settings_font_title" />
+ <ListPreference
+ android:defaultValue="@string/pref_value_font_size_medium"
+ android:entries="@array/fontSize_entries"
+ android:entryValues="@array/fontSize_values"
+ android:icon="@drawable/ic_format_size_black_24dp"
+ android:key="@string/pref_key_font_size"
+ android:summary="%s"
+ android:title="@string/settings_font_size" />
+
<SwitchPreference
android:defaultValue="@string/pref_value_wifi_and_mobile"
android:icon="@drawable/ic_sync_black_24dp"