diff options
author | 2013-09-06 15:03:19 +0900 | |
---|---|---|
committer | 2013-09-06 16:43:19 +0900 | |
commit | 98565a9c02175ac8b669e88433191a0e22a395e0 (patch) | |
tree | ccb40e4981710063f8822205449c6f6d29a2c443 /java/res/xml-sw600dp/key_styles_common.xml | |
parent | 1c6b9582f400fcbe2f3dfa08ecbfbbc974a210e7 (diff) | |
download | latinime-98565a9c02175ac8b669e88433191a0e22a395e0.tar.gz latinime-98565a9c02175ac8b669e88433191a0e22a395e0.tar.xz latinime-98565a9c02175ac8b669e88433191a0e22a395e0.zip |
Optimize tablet layout
Bug: 9059539
Change-Id: Ideb6965768fcf092c081eb1d3102312c863cc5b6
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, 14 insertions, 0 deletions
diff --git a/java/res/xml-sw600dp/key_styles_common.xml b/java/res/xml-sw600dp/key_styles_common.xml index e2e751f68..d817add11 100644 --- a/java/res/xml-sw600dp/key_styles_common.xml +++ b/java/res/xml-sw600dp/key_styles_common.xml @@ -21,6 +21,20 @@ <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 |