diff options
author | 2013-09-05 17:58:10 +0900 | |
---|---|---|
committer | 2013-09-05 22:27:26 +0900 | |
commit | d6217a323cfa84928a61b2d84082457661ea0cdf (patch) | |
tree | b51119d70202ae8618b60248d95e7afcb6e8e6bb /java/res/xml-sw600dp/key_styles_common.xml | |
parent | 80fe84b3a4808d5adb4e759f8d3807a3182ec5e5 (diff) | |
download | latinime-d6217a323cfa84928a61b2d84082457661ea0cdf.tar.gz latinime-d6217a323cfa84928a61b2d84082457661ea0cdf.tar.xz latinime-d6217a323cfa84928a61b2d84082457661ea0cdf.zip |
Optimize layout
Bug: 9059539
Change-Id: Iabfd44daae1ef6da99a864859488a4f644240925
Diffstat (limited to 'java/res/xml-sw600dp/key_styles_common.xml')
-rw-r--r-- | java/res/xml-sw600dp/key_styles_common.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/java/res/xml-sw600dp/key_styles_common.xml b/java/res/xml-sw600dp/key_styles_common.xml index d817add11..e2e751f68 100644 --- a/java/res/xml-sw600dp/key_styles_common.xml +++ b/java/res/xml-sw600dp/key_styles_common.xml @@ -21,20 +21,6 @@ <merge xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin" > - <switch> - <case - latin:keyboardLayoutSetElement="alphabetManualShifted|alphabetShiftLockShifted" - > - <key-style - latin:styleName="hasShiftedLetterHintStyle" - latin:keyLabelFlags="hasShiftedLetterHint|shiftedLetterActivated" /> - </case> - <default> - <key-style - latin:styleName="hasShiftedLetterHintStyle" - latin:keyLabelFlags="hasShiftedLetterHint" /> - </default> - </switch> <!-- Functional key styles --> <!-- Base style for shift key. A single space is used for dummy label in moreKeys. --> <key-style |