diff options
author | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-02-10 15:24:34 +0100 |
---|---|---|
committer | Daniel Gultsch <daniel.gultsch@rwth-aachen.de> | 2014-02-10 15:24:34 +0100 |
commit | cfc74e7c8e912c7a194ad674ec5f98ab6950640f (patch) | |
tree | 95aae079591ae9462697499a965ec89b13a83113 /res/xml | |
parent | 2d0c0e6a4081955b68669c82071a5099e2e1a96e (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 '')
-rw-r--r-- | res/xml/preferences.xml | 6 |
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> |