summaryrefslogtreecommitdiffstats
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.xml3
2 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 94c901f65..0b2310439 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -772,4 +772,6 @@ CHAR LIMIT = NONE] -->
<string name="delete_all_best_dialog_positive_bt">Delete All</string>
<string name="overflow_best_item1">Save All</string>
<string name="overflow_best_item2">Delete All</string>
+
+ <string name="settings_title">Settings</string>
</resources>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index a48d453cc..a65538cb3 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -22,6 +22,9 @@
<style name="Theme.OneUISettings" parent="@android:style/Theme.Material.Light.NoActionBar.Fullscreen">
<item name="android:colorAccent">#5999e1</item>
</style>
+ <style name="Theme.Settings" parent="@android:style/Theme.Material.Light">
+ <item name="android:colorAccent">#5999e1</item>
+ </style>
<style name="Theme.Camera" parent="Theme.CameraBase">
<item name="android:windowFullscreen">true</item>