summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-11-06 19:13:59 +0300
committerAndrew Dolgov <[email protected]>2014-11-06 19:13:59 +0300
commit552476bf2c6992a1312f9f4ee144d421f578688e (patch)
tree4f392c33a4d28feb028be84ca718e0298427d48c /org.fox.ttrss/src/main/res/xml
parentfe3e40d236eec8280bdae265cf27ba3848e2df6c (diff)
remove default_view_mode partially because jumping directly to article makes options only available while viewing headlines impossible to reach
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml')
-rw-r--r--org.fox.ttrss/src/main/res/xml/preferences.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml
index ec1c6418..1caa2f2e 100644
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -79,14 +79,6 @@
android:summary="@string/browse_cats_like_feeds_summary"
android:title="@string/browse_cats_like_feeds" />
- <ListPreference
- android:defaultValue="HEADLINES"
- android:entries="@array/pref_view_mode_names"
- android:entryValues="@array/pref_view_mode_values"
- android:key="default_view_mode"
- android:summary="@string/pref_default_view_mode_long"
- android:title="@string/pref_default_view_mode" />
-
<CheckBoxPreference
android:defaultValue="true"
android:key="headlines_show_content"