abouttreesummaryrefslogcommitdiff
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.xml2
-rw-r--r--res/values/untranslated_strings.xml9
3 files changed, 11 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 975b699..0a7faf4 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -27,7 +27,6 @@
<string name="pref_show_numpad_landscape">Only in landscape mode</string>
<string name="pref_show_numpad_always">Always</string>
<string name="pref_number_row_title">Show number row</string>
- <string name="pref_number_row_summary">Add a number row at the top of the keyboard when the numpad is hidden</string>
<string name="pref_numpad_layout">NumPad layout</string>
<string name="pref_numpad_layout_e_high_first">High digits first</string>
<string name="pref_numpad_layout_e_low_first">Low digits first</string>
@@ -149,4 +148,5 @@
<string name="pref_clipboard_history_duration_5">At most 5 minutes</string>
<string name="pref_clipboard_history_duration_30">At most 30 minutes</string>
<string name="pref_clipboard_history_duration_stop">Until the app stops</string>
+ <string name="pref_dialog_edit_text">Custom definition</string>
</resources>
diff --git a/res/values/styles.xml b/res/values/styles.xml
index f592cd7..9763c04 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -79,7 +79,7 @@
<item name="android:layout_width">wrap_content</item>
<item name="android:orientation">horizontal</item>
</style>
- <style name="appTheme" parent="@android:style/Theme.DeviceDefault.DayNight"/>
+ <style name="appTheme" parent="@android:style/Theme.Material.Light"/>
<style name="settingsTheme" parent="appTheme">
<!-- Setting this in the activity theme so it propagate to nested
preference screens. -->
diff --git a/res/values/untranslated_strings.xml b/res/values/untranslated_strings.xml
new file mode 100644
index 0000000..0904558
--- /dev/null
+++ b/res/values/untranslated_strings.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <!-- String constants that should not be translated.
+ It is mostly meant to silence the linter checks. -->
+ <string name="launcher_anim_7">7</string>
+ <string name="launcher_anim_g">G</string>
+ <string name="launcher_anim_dash">-</string>
+ <string name="launcher_repo_url">https://github.com/Julow/Unexpected-Keyboard</string>
+</resources>