aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2017-11-23 21:25:29 +0100
committerChristian Schneppe <christian@pix-art.de>2017-11-23 21:25:29 +0100
commit7ca03e9f1958f979a8791726d3b60d03a5606197 (patch)
tree8c5df4274247e2897e92de05f74bb8ed1df05906 /src/main/res/xml/preferences.xml
parent25056d10a6648aedd0d77fccf80a33adf65d0f8b (diff)
bring back quick share (default off)
Diffstat (limited to 'src/main/res/xml/preferences.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 c1ccd31c4..0c7552323 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -149,6 +149,11 @@
android:key="video_compression"
android:summary="@string/pref_video_compression_summary"
android:title="@string/pref_video_compression" />
+ <CheckBoxPreference
+ android:defaultValue="@bool/return_to_previous"
+ android:key="return_to_previous"
+ android:title="@string/pref_return_to_previous"
+ android:summary="@string/pref_return_to_previous_summary"/>
</PreferenceScreen>
<!--status-->
<PreferenceScreen