aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-01-26 22:37:40 +0100
committerChristian Schneppe <christian@pix-art.de>2019-01-26 22:37:40 +0100
commitfb5825bd8696a8a8b651c18000c5c73e0b265254 (patch)
tree18b74bf60391af1fa1bf7631e35b74f77606ea56 /src/main/res/xml
parentd827482d9085b5e560c5fd6d4287cc3ea9b6fbb7 (diff)
make avatars from contacts configurable
Diffstat (limited to 'src/main/res/xml')
-rw-r--r--src/main/res/xml/preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index 0244da459..52a957f98 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -76,6 +76,11 @@
android:key="play_gif_inside"
android:summary="@string/pref_play_gif_inside_summary"
android:title="@string/pref_play_gif_inside" />
+ <CheckBoxPreference
+ android:defaultValue="@bool/prefer_xmpp_avatar"
+ android:key="prefer_xmpp_avatar"
+ android:summary="@string/pref_prefer_xmpp_avatar_summary"
+ android:title="@string/pref_prefer_xmpp_avatar" />
</PreferenceScreen>
<!--Notifications-->
<PreferenceScreen