aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel.gultsch@rwth-aachen.de>2014-02-10 15:24:34 +0100
committerDaniel Gultsch <daniel.gultsch@rwth-aachen.de>2014-02-10 15:24:34 +0100
commitcfc74e7c8e912c7a194ad674ec5f98ab6950640f (patch)
tree95aae079591ae9462697499a965ec89b13a83113 /res
parent2d0c0e6a4081955b68669c82071a5099e2e1a96e (diff)
fixed a bug where account options where toggled instead of set off. fixed null pointer for missing selfi. made sefli optional
Diffstat (limited to 'res')
-rw-r--r--res/xml/preferences.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 696978de..390dc3a9 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -36,6 +36,10 @@
</PreferenceCategory>
<PreferenceCategory
android:title="Advanced settings">
-
+ <CheckBoxPreference
+ android:key="show_phone_selfcontact_picture"
+ android:title="Use Phones self contact picture"
+ android:summary="You may no longer be able to distinguish which account you are using in a conversation"
+ android:defaultValue="true"/>
</PreferenceCategory>
</PreferenceScreen>