diff options
author | 2013-08-28 18:13:09 -0700 | |
---|---|---|
committer | 2013-08-28 18:13:09 -0700 | |
commit | 77f1337403b8dd0789d233c6558bdbe121cc976d (patch) | |
tree | cb0bf5bf1ec28281c757e926762ac90594f678d2 /java/res | |
parent | 491b49b33c15f6a80aad289e00af3172644482eb (diff) | |
parent | 41745c4995220a3145fe101b7be224bc672b2e1a (diff) | |
download | latinime-77f1337403b8dd0789d233c6558bdbe121cc976d.tar.gz latinime-77f1337403b8dd0789d233c6558bdbe121cc976d.tar.xz latinime-77f1337403b8dd0789d233c6558bdbe121cc976d.zip |
am 41745c49: Add keyboardLayoutSet attribute to <case> condition
* commit '41745c4995220a3145fe101b7be224bc672b2e1a':
Add keyboardLayoutSet attribute to <case> condition
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/attrs.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/res/values/attrs.xml b/java/res/values/attrs.xml index 589adecad..631c35d87 100644 --- a/java/res/values/attrs.xml +++ b/java/res/values/attrs.xml @@ -379,6 +379,7 @@ </declare-styleable> <declare-styleable name="Keyboard_Case"> + <attr name="keyboardLayoutSet" format="string" /> <!-- This should be aligned with KeyboardLayoutSet_Element's elementName. --> <attr name="keyboardLayoutSetElement" format="enum|string"> <enum name="alphabet" value="0" /> |