summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-11-12 10:32:21 +0400
committerAndrew Dolgov <[email protected]>2014-11-12 10:32:21 +0400
commit487d05e6c011fe517ff0fa30e3b6920b995f3169 (patch)
treed18a4ac78dc3108659e43a3f56875d21a397c667 /org.fox.ttrss/src/main/res/xml/preferences.xml
parentfba3486928ccc5a8f2784c6a2175615bfdc589b3 (diff)
add preference to disable fab
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml/preferences.xml')
-rw-r--r--org.fox.ttrss/src/main/res/xml/preferences.xml5
1 files changed, 5 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 1caa2f2e..3ed1b602 100644
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -143,6 +143,11 @@
android:defaultValue="true"
android:key="confirm_headlines_catchup"
android:title="@string/prefs_confirm_headlines_catchup" />
+ <CheckBoxPreference
+ android:defaultValue="true"
+ android:key="enable_article_fab"
+ android:summary="@string/prefs_enable_fab_long"
+ android:title="@string/prefs_enable_fab" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/offline_mode" >
<ListPreference