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:
authorNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-02-07 12:39:47 +0300
committerGitHub <noreply@github.com>2020-02-07 12:39:47 +0300
commit6a9cf4f5f73ce2c6527c25f49b6432316091ce37 (patch)
treeb9c6e2477374c74c31f9f9b07695826f4484ab99 /app/src/main/res/xml
parent68ed8c9998b56e0ecc801f42551d5bd5f9c77719 (diff)
parent0125009abc5b8071b04557b0ee4bdfc89049a80a (diff)
Merge branch 'master' into 354-password-protection
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/preferences.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index 9219480f..1762b30f 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -28,7 +28,7 @@
<SwitchPreference
android:defaultValue="@string/pref_value_font_normal"
- android:icon="@drawable/ic_text_fields_black_24dp"
+ android:icon="@drawable/ic_text_format_grey600_24dp"
android:key="@string/pref_key_font"
android:layout="@layout/item_pref"
android:title="@string/settings_font_title" />