summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml2
-rw-r--r--res/values/styles.xml6
2 files changed, 4 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 7101edf..2b94a10 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -53,7 +53,7 @@
<string name="prefs_clear_sync_data_summary">Removes all remotely stored sync data.</string>
<string name="open_parent">Open parent</string>
<string name="prefs_enable_rar_archives">Enable RAR archives</string>
- <string name="prefs_enable_rar_summary">Using RAR (CBR) files is not recommended because of underlying RAR library issues.</string>
+ <string name="prefs_enable_rar_summary">Using RAR (CBR) files is not recommended because of underlying RAR library issues. If you experience crashes, disable this option, and repack your archives as ZIP.</string>
<string name="file_unread">Unread (%1$d pages)</string>
<string name="file_finished">Finished</string>
<string name="menu_toggle_orientation_lock">(Un)lock orientation</string>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 9b6ef46..84df662 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -1,6 +1,6 @@
<resources>
- <style name="AppTheme" parent="android:Theme.Light" />
- <style name="DarkTheme" parent="android:Theme.Black" />
-
+ <style name="AppTheme" parent="Theme.Sherlock.Light.DarkActionBar" />
+ <style name="DarkTheme" parent="Theme.Sherlock" />
+
</resources> \ No newline at end of file