aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/values
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-04-05 19:17:30 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-04-05 19:17:30 -0700
commitfc169c726a12f47c3641fc2570d16aa26825710c (patch)
tree0bb14631cb79c283adbc99991432d990bddbf842 /java/res/values
parent0cedde120b02629ab86efd1ef015ad1ee2d8783a (diff)
parent11d9ee742f8ff3fb31b0e3beb32ee4870c63d8e3 (diff)
downloadlatinime-fc169c726a12f47c3641fc2570d16aa26825710c.tar.gz
latinime-fc169c726a12f47c3641fc2570d16aa26825710c.tar.xz
latinime-fc169c726a12f47c3641fc2570d16aa26825710c.zip
Merge "Use keyboardSet extra value of subtype to specify layout type"
Diffstat (limited to 'java/res/values')
-rw-r--r--java/res/values/attrs.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/res/values/attrs.xml b/java/res/values/attrs.xml
index 86f2abe72..39d50e348 100644
--- a/java/res/values/attrs.xml
+++ b/java/res/values/attrs.xml
@@ -350,8 +350,8 @@
</declare-styleable>
<declare-styleable name="Keyboard_Case">
- <!-- This should be aligned with KeyboardSet_Element's elementName. -->
- <attr name="keyboardSetElement" format="enum|string">
+ <!-- This should be aligned with KeyboardLayoutSet_Element's elementName. -->
+ <attr name="keyboardLayoutSetElement" format="enum|string">
<enum name="alphabet" value="0" />
<enum name="alphabetManualShifted" value="1" />
<enum name="alphabetAutomaticShifted" value="2" />
@@ -403,7 +403,7 @@
<attr name="parentStyle" format="string" />
</declare-styleable>
- <declare-styleable name="KeyboardSet_Element">
+ <declare-styleable name="KeyboardLayoutSet_Element">
<!-- This should be aligned with KeyboardId.ELEMENT_* -->
<attr name="elementName" format="enum">
<enum name="alphabet" value="0" />