summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-06-01 12:00:04 +0300
committerAndrew Dolgov <[email protected]>2020-06-01 12:00:04 +0300
commit5c2759c358e4bf5506d76662a612ec43e6e9e5d5 (patch)
treec6507addd97f4313f143c49c2b25dcc1199774c6 /org.fox.ttrss/src/main/res/xml
parentd20a6e8432c60e2756da8fc82eda24520805d3d5 (diff)
add an option to force phone layout on tablet devices
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/xml/preferences.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml
index 93bc74fa..9cf7bec1 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -62,6 +62,12 @@
android:defaultValue="true"
android:key="open_fresh_on_startup"
android:title="@string/prefs_open_fresh_on_startup" />
+
+ <org.fox.ttrss.util.LessBrokenSwitchPreference
+ android:defaultValue="false"
+ android:key="force_phone_layout"
+ android:summary="@string/force_phone_layout_summary"
+ android:title="@string/force_phone_layout" />
</PreferenceCategory>
<PreferenceCategory