summaryrefslogtreecommitdiff
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-03-01 11:30:54 +0300
committerAndrew Dolgov <[email protected]>2012-03-01 11:30:54 +0300
commit59a4d3d439ce0a5ff39a94b44fc6886ecdab78a4 (patch)
treefd6eaeff1314b508af8db14428cbd59bbac7e0b5 /res/xml/preferences.xml
parent8e45b14c6158deaab5f0f67c90103896fdc2fdc1 (diff)
add optional article swiping for xlarge devices
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 44d41d65..588510d8 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -92,6 +92,11 @@
android:key="combined_mode"
android:summary="@string/combined_mode_summary"
android:title="@string/combined_mode" />
+
+ <CheckBoxPreference
+ android:defaultValue="false"
+ android:key="tablet_article_swipe"
+ android:title="@string/tablet_article_swipe" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/offline_mode" >