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.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index ad59c7e..c87b5ac 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -7,6 +7,13 @@
android:hint="@string/comics_directory_default"
android:title="@string/prefs_comics_directory" >
</Preference>
+
+ <CheckBoxPreference
+ android:defaultValue="false"
+ android:key="enable_rar"
+ android:title="@string/prefs_enable_rar_archives"
+ android:summary="@string/prefs_enable_rar_summary" />
+
</PreferenceCategory>
<PreferenceCategory android:title="@string/prefs_sync" >
<CheckBoxPreference