summaryrefslogtreecommitdiff
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index b91609c..a0ffefd 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -7,13 +7,21 @@
android:hint="@string/comics_directory_default"
android:title="@string/prefs_comics_directory" >
</Preference>
-
+ </PreferenceCategory>
+ <PreferenceCategory android:title="Sync" >
<CheckBoxPreference
android:defaultValue="false"
android:key="use_position_sync"
android:title="@string/prefs_use_position_sync"
android:summary="@string/prefs_use_position_sync_summary"
/>
+
+ <Preference
+ android:dependency="use_position_sync"
+ android:key="clear_sync_data"
+ android:title="Clear sync data"
+ android:summary="Removes all remotely stored sync data" >
+ </Preference>
</PreferenceCategory>