summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-12 18:03:45 +0300
committerAndrew Dolgov <[email protected]>2015-02-12 18:03:45 +0300
commit5af1199d9dac6a4f7a238133a64db48046e0e1fd (patch)
tree0e748140ad91568e14de0bec819b269fcbe53ce7 /org.fox.ttrss/src/main/res/xml
parent513c440484ae6c5fc6d37f5acc567cdd7012a39d (diff)
remove more or less useless fullscreen mode
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/xml/preferences.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml
index 62e7847e..e4dfe5ab 100755
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -142,10 +142,10 @@
android:key="use_volume_keys"
android:summary="@string/use_volume_keys_long"
android:title="@string/use_volume_keys" />
- <CheckBoxPreference
+ <!-- <CheckBoxPreference
android:defaultValue="false"
android:key="full_screen_mode"
- android:title="@string/prefs_fullscreen_mode" />
+ android:title="@string/prefs_fullscreen_mode" /> -->
<CheckBoxPreference
android:defaultValue="true"
android:key="confirm_headlines_catchup"