summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttcomics/src/main/res')
-rw-r--r--org.fox.ttcomics/src/main/res/xml/preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/org.fox.ttcomics/src/main/res/xml/preferences.xml b/org.fox.ttcomics/src/main/res/xml/preferences.xml
index 32ae1a3..7305a3d 100644
--- a/org.fox.ttcomics/src/main/res/xml/preferences.xml
+++ b/org.fox.ttcomics/src/main/res/xml/preferences.xml
@@ -8,6 +8,11 @@
android:summary="@string/prefs_comics_directory_summary"
android:title="@string/prefs_comics_directory" >
</Preference>
+ <SwitchPreference
+ android:defaultValue="true"
+ android:key="enable_fab"
+ android:summary="Show floating action button"
+ android:title="Enable FAB" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/prefs_sync" >
<SwitchPreference