aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml-cs
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-01-24 18:03:50 +0900
committerTadashi G. Takaoka <takaoka@google.com>2012-01-25 13:19:53 +0900
commit117c124c13f0e6af737b1858bd5c4d9e6e7eb353 (patch)
tree6eae8bb1c120650053515a12825c632e1f7cda31 /java/res/xml-cs
parentaf4efd5a3ec32d7f1bf61978286f3a7602ce5609 (diff)
downloadlatinime-117c124c13f0e6af737b1858bd5c4d9e6e7eb353.tar.gz
latinime-117c124c13f0e6af737b1858bd5c4d9e6e7eb353.tar.xz
latinime-117c124c13f0e6af737b1858bd5c4d9e6e7eb353.zip
Add autoGenerateFromAlphabet enum to KeyboardSet.Element.elementKeyboard
This is the first step to support separate Keyboard for elementName. This change is the second attempt of Icef66564. Change-Id: I78ea6cb9ea3d965ff89e0ff5d896a6b11ba5c670
Diffstat (limited to 'java/res/xml-cs')
-rw-r--r--java/res/xml-cs/keyboard_set.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/xml-cs/keyboard_set.xml b/java/res/xml-cs/keyboard_set.xml
index 94076d3e0..6b476df82 100644
--- a/java/res/xml-cs/keyboard_set.xml
+++ b/java/res/xml-cs/keyboard_set.xml
@@ -28,13 +28,13 @@
latin:elementName="symbols"
latin:elementKeyboard="@xml/kbd_symbols" />
<Element
- latin:elementName="symbolsShift"
+ latin:elementName="symbolsShifted"
latin:elementKeyboard="@xml/kbd_symbols_shift" />
<Element
latin:elementName="phone"
latin:elementKeyboard="@xml/kbd_phone" />
<Element
- latin:elementName="phoneShift"
+ latin:elementName="phoneShifted"
latin:elementKeyboard="@xml/kbd_phone_shift" />
<Element
latin:elementName="number"