summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-11 12:23:35 +0300
committerAndrew Dolgov <[email protected]>2015-06-11 12:23:35 +0300
commit4d1f07884c7ecf55cce1b5e4a9d2204a6b5e6232 (patch)
tree5eecda9ee4b2b541d8654499abdd02afebad086c /org.fox.ttcomics/src/main/res/xml/preferences.xml
parent12591eb1e39ba4de4d764f1435a97975aad77ba0 (diff)
add option to disable FAB
properly implement restarting on needed pref change
Diffstat (limited to 'org.fox.ttcomics/src/main/res/xml/preferences.xml')
-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