abouttreesummaryrefslogcommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorjuloo2015-08-08 22:24:19 +0200
committerjuloo2015-08-08 22:33:06 +0200
commit6f09c971c0fe9eb0f03690bb3305164aa77c5a45 (patch)
tree89ccb320731fd9ff1352397113f867e9275747e9 /res/values
parentfe432fd3ba4175bb0ae9ed2148ff5a739c5cd51a (diff)
downloadunexpected-keyboard-6f09c971c0fe9eb0f03690bb3305164aa77c5a45.tar.gz
unexpected-keyboard-6f09c971c0fe9eb0f03690bb3305164aa77c5a45.zip
SideBarPreference + Continuing settings
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml7
-rw-r--r--res/values/strings.xml12
2 files changed, 17 insertions, 2 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
new file mode 100644
index 0000000..896c515
--- /dev/null
+++ b/res/values/arrays.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string-array name="pref_layout_values">
+ <item>azerty</item>
+ <item>qwerty</item>
+ </string-array>
+</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e4629be..cc6169b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -5,13 +5,21 @@
<string name="settings_activity_label">Keyboard 2.0 Settings</string>
<string name="pref_category_layout">Layout</string>
+ <string name="pref_layout_title">Change keyboard layout</string>
+ <string name="pref_layout_summary">%s</string>
+ <string-array name="pref_layout_entries">
+ <item>Azerty</item>
+ <item>Qwerty</item>
+ </string-array>
<string name="pref_category_typing">Typing</string>
+ <string name="pref_preci_title">Precision</string>
+ <string name="pref_preci_summary">Distance of corner values (%spx)</string>
<string name="pref_category_vibrate">Vibration</string>
- <string name="pref_vibrate_text">Vibration</string>
+ <string name="pref_vibrate_title">Vibration</string>
<string name="pref_vibrate_summary">Enable/Disable vibrations</string>
- <string name="pref_vibrate_duration_text">Duration</string>
+ <string name="pref_vibrate_duration_title">Duration</string>
<string name="pref_vibrate_duration_summary">Change vibrations duration</string>
<string name="pref_category_misc">Other</string>