summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/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