diff options
author | 2014-09-09 06:29:33 +0000 | |
---|---|---|
committer | 2014-09-09 06:29:33 +0000 | |
commit | c29276b782cfc45be5ab79177e991f2cba8fb04b (patch) | |
tree | 884a23654ad1b0c31a71d40f6b852f184568dd5c /java/res/xml-sw600dp | |
parent | beb746103011149d6dfce10278475946e679263d (diff) | |
parent | 12814352dd117b1add62358e149e662654e7c7be (diff) | |
download | latinime-c29276b782cfc45be5ab79177e991f2cba8fb04b.tar.gz latinime-c29276b782cfc45be5ab79177e991f2cba8fb04b.tar.xz latinime-c29276b782cfc45be5ab79177e991f2cba8fb04b.zip |
am 12814352: am 486c4894: Keep aspect ratio of Material action key background
* commit '12814352dd117b1add62358e149e662654e7c7be':
Keep aspect ratio of Material action key background
Diffstat (limited to 'java/res/xml-sw600dp')
-rw-r--r-- | java/res/xml-sw600dp/key_styles_enter.xml | 28 |
1 files changed, 21 insertions, 7 deletions
diff --git a/java/res/xml-sw600dp/key_styles_enter.xml b/java/res/xml-sw600dp/key_styles_enter.xml index d066d2d12..63ef2f8f9 100644 --- a/java/res/xml-sw600dp/key_styles_enter.xml +++ b/java/res/xml-sw600dp/key_styles_enter.xml @@ -80,13 +80,27 @@ </default> </switch> <!-- Enter key style --> - <key-style - latin:styleName="defaultEnterKeyStyle" - latin:keySpec="!icon/enter_key|!code/key_enter" - latin:keyLabelFlags="preserveCase|autoXScale|followKeyLabelRatio|followFunctionalTextColor" - latin:keyActionFlags="noKeyPreview" - latin:backgroundType="action" - latin:parentStyle="navigateMoreKeysStyle" /> + <switch> + <case latin:keyboardTheme="ICS|KLP"> + <key-style + latin:styleName="defaultEnterKeyStyle" + latin:keySpec="!icon/enter_key|!code/key_enter" + latin:keyLabelFlags="preserveCase|autoXScale|followKeyLabelRatio|followFunctionalTextColor" + latin:keyActionFlags="noKeyPreview" + latin:backgroundType="action" + latin:parentStyle="navigateMoreKeysStyle" /> + </case> + <!-- keyboardTheme="LXXLight|LXXDark" --> + <default> + <key-style + latin:styleName="defaultEnterKeyStyle" + latin:keySpec="!icon/enter_key|!code/key_enter" + latin:keyLabelFlags="preserveCase|autoXScale|followKeyLabelRatio|followFunctionalTextColor|keepBackgroundAspectRatio" + latin:keyActionFlags="noKeyPreview" + latin:backgroundType="action" + latin:parentStyle="navigateMoreKeysStyle" /> + </default> + </switch> <include latin:keyboardLayout="@xml/key_styles_actions" /> <switch> <!-- Shift + Enter in textMultiLine field. --> |