diff options
author | 2012-05-18 11:46:42 +0900 | |
---|---|---|
committer | 2012-05-18 13:06:37 +0900 | |
commit | 88d378bce9bdc9cc55a028b99fc8b32ce7c053de (patch) | |
tree | bc2c1f93db2871273fa03e4bd60aa466512b9799 /java/res/xml-sw600dp/key_styles_common.xml | |
parent | 817a66e7e6bc9eb0bc74bacf0431308f40185cb1 (diff) | |
download | latinime-88d378bce9bdc9cc55a028b99fc8b32ce7c053de.tar.gz latinime-88d378bce9bdc9cc55a028b99fc8b32ce7c053de.tar.xz latinime-88d378bce9bdc9cc55a028b99fc8b32ce7c053de.zip |
Use large label text size for action label
The large label text size is used for:
* The enter key's action label on phone/number keyboard layout of
phone device and 7-inch tablet
* The enter key's action label on alphabet/symbols keyboard of 7-inch
tablet.
Bug: 6509415
Change-Id: I1c0dc511b3ac87cba00163b8d29c687ad1e86ce8
Diffstat (limited to 'java/res/xml-sw600dp/key_styles_common.xml')
-rw-r--r-- | java/res/xml-sw600dp/key_styles_common.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/java/res/xml-sw600dp/key_styles_common.xml b/java/res/xml-sw600dp/key_styles_common.xml index 5b3d1b835..a1b2eb475 100644 --- a/java/res/xml-sw600dp/key_styles_common.xml +++ b/java/res/xml-sw600dp/key_styles_common.xml @@ -74,6 +74,15 @@ latin:backgroundType="functional" /> <include latin:keyboardLayout="@xml/key_styles_enter" /> + <!-- Override defaultEnterKeyStyle in key_styles_enter.xml --> + <key-style + latin:styleName="defaultEnterKeyStyle" + latin:code="!code/key_enter" + latin:keyIcon="!icon/enter_key" + latin:keyLabelFlags="preserveCase|autoXScale|followKeyLargeLabelRatio" + latin:keyActionFlags="noKeyPreview" + latin:backgroundType="functional" + latin:parentStyle="navigateMoreKeysStyle" /> <key-style latin:styleName="spaceKeyStyle" latin:code="!code/key_space" |