diff options
| author | jaguillo | 2015-10-01 00:03:26 +0200 |
|---|---|---|
| committer | jaguillo | 2015-10-01 00:03:26 +0200 |
| commit | f8702abf1a93a451b89c3c3acb8ee0c452f0d526 (patch) | |
| tree | 46030d7551b3429ae515f567e723afc37107eb36 /res/values | |
| parent | d1fc1fcc38ccb2fe0bcc68a3b5c42fd6a5ad1db0 (diff) | |
| download | unexpected-keyboard-f8702abf1a93a451b89c3c3acb8ee0c452f0d526.tar.gz unexpected-keyboard-f8702abf1a93a451b89c3c3acb8ee0c452f0d526.zip | |
Numeric keyboard
Diffstat (limited to 'res/values')
| -rw-r--r-- | res/values/arrays.xml | 1 | ||||
| -rw-r--r-- | res/values/strings.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 896c515..efae020 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -3,5 +3,6 @@ <string-array name="pref_layout_values"> <item>azerty</item> <item>qwerty</item> + <item>numeric</item> </string-array> </resources> diff --git a/res/values/strings.xml b/res/values/strings.xml index 0928cce..19f3234 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -11,6 +11,7 @@ <string-array name="pref_layout_entries"> <item>Azerty</item> <item>Qwerty</item> + <item>Numeric</item> </string-array> <string name="pref_category_typing">Typing</string> |
