diff options
author | 2012-04-05 19:17:30 -0700 | |
---|---|---|
committer | 2012-04-05 19:17:30 -0700 | |
commit | fc169c726a12f47c3641fc2570d16aa26825710c (patch) | |
tree | 0bb14631cb79c283adbc99991432d990bddbf842 /java/res/values | |
parent | 0cedde120b02629ab86efd1ef015ad1ee2d8783a (diff) | |
parent | 11d9ee742f8ff3fb31b0e3beb32ee4870c63d8e3 (diff) | |
download | latinime-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.xml | 6 |
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" /> |