diff options
author | Christian Schneppe <christian@pix-art.de> | 2016-05-28 22:29:07 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2016-05-28 22:29:07 +0200 |
commit | 85d9a6175a718bfda840fa9db6746064aa05e32c (patch) | |
tree | 2e0d4369a2e56eff5f7ee1461a242353433ff97c /src/main/res/xml | |
parent | 08370421bff0a90920557cbf2de9b72db436a118 (diff) |
set some default settings
Diffstat (limited to '')
-rw-r--r-- | src/main/res/xml/preferences.xml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml index 797f17bb5..6bb60e722 100644 --- a/src/main/res/xml/preferences.xml +++ b/src/main/res/xml/preferences.xml @@ -101,11 +101,6 @@ android:key="picture_compression" android:summary="@string/pref_picture_compression_summary" android:title="@string/pref_picture_compression" /> - <CheckBoxPreference - android:defaultValue="false" - android:key="return_to_previous" - android:summary="@string/pref_return_to_previous_summary" - android:title="@string/pref_return_to_previous" /> </PreferenceScreen> <!--status--> <PreferenceScreen @@ -240,6 +235,5 @@ android:icon="@drawable/ic_help_black_24dp" android:summary="@string/pref_about_conversations_summary" android:title="@string/title_activity_about" /> - - + </PreferenceScreen> |