am 91e69980: Use action key background for enter key

* commit '91e69980bebc37a37f5d176450d952ba394cb303':
  Use action key background for enter key
main
Tadashi G. Takaoka 2014-05-28 10:09:28 +00:00 committed by Android Git Automerger
commit 918fe83693
3 changed files with 3 additions and 3 deletions

View File

@ -102,7 +102,7 @@
latin:keySpec="!icon/enter_key|!code/key_enter"
latin:keyLabelFlags="preserveCase|autoXScale|followKeyLabelRatio|followFunctionalTextColor"
latin:keyActionFlags="noKeyPreview"
latin:backgroundType="functional"
latin:backgroundType="action"
latin:parentStyle="navigateMoreKeysStyle" />
<switch>
<!-- Shift + Enter in textMultiLine field. -->

View File

@ -82,7 +82,7 @@
latin:styleName="emojiKeyStyle"
latin:keySpec="!icon/emoji_key|!code/key_emoji"
latin:keyActionFlags="noKeyPreview"
latin:backgroundType="functional" />
latin:backgroundType="action" />
<include
latin:keyboardLayout="@xml/key_styles_enter" />
<key-style

View File

@ -257,7 +257,7 @@
latin:styleName="defaultEnterKeyStyle"
latin:keyLabelFlags="preserveCase|autoXScale|followKeyLabelRatio|followFunctionalTextColor"
latin:keyActionFlags="noKeyPreview"
latin:backgroundType="functional"
latin:backgroundType="action"
latin:parentStyle="navigateMoreKeysStyle" />
<key-style
latin:styleName="shiftEnterKeyStyle"