Change spacebar and language switch key background color of phone
Bug: 6568834 Change-Id: I815af444eb953e665a09a075b2d3e5875898cb52main
parent
027448e08a
commit
550202a9ff
|
@ -105,8 +105,7 @@
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="spaceKeyStyle"
|
latin:styleName="spaceKeyStyle"
|
||||||
latin:code="!code/key_space"
|
latin:code="!code/key_space"
|
||||||
latin:keyActionFlags="noKeyPreview|enableLongPress"
|
latin:keyActionFlags="noKeyPreview|enableLongPress" />
|
||||||
latin:backgroundType="functional" />
|
|
||||||
<!-- U+200C: ZERO WIDTH NON-JOINER
|
<!-- U+200C: ZERO WIDTH NON-JOINER
|
||||||
U+200D: ZERO WIDTH JOINER -->
|
U+200D: ZERO WIDTH JOINER -->
|
||||||
<key-style
|
<key-style
|
||||||
|
@ -115,8 +114,7 @@
|
||||||
latin:keyIcon="!icon/zwnj_key"
|
latin:keyIcon="!icon/zwnj_key"
|
||||||
latin:moreKeys="!icon/zwj_key|‍"
|
latin:moreKeys="!icon/zwj_key|‍"
|
||||||
latin:keyLabelFlags="hasPopupHint"
|
latin:keyLabelFlags="hasPopupHint"
|
||||||
latin:keyActionFlags="noKeyPreview"
|
latin:keyActionFlags="noKeyPreview" />
|
||||||
latin:backgroundType="functional" />
|
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="shortcutKeyStyle"
|
latin:styleName="shortcutKeyStyle"
|
||||||
latin:code="!code/key_shortcut"
|
latin:code="!code/key_shortcut"
|
||||||
|
@ -137,8 +135,7 @@
|
||||||
latin:code="!code/key_language_switch"
|
latin:code="!code/key_language_switch"
|
||||||
latin:keyIcon="!icon/language_switch_key"
|
latin:keyIcon="!icon/language_switch_key"
|
||||||
latin:keyActionFlags="noKeyPreview|altCodeWhileTyping|enableLongPress"
|
latin:keyActionFlags="noKeyPreview|altCodeWhileTyping|enableLongPress"
|
||||||
latin:altCode="!code/key_space"
|
latin:altCode="!code/key_space" />
|
||||||
latin:backgroundType="functional" />
|
|
||||||
<key-style
|
<key-style
|
||||||
latin:styleName="tabKeyStyle"
|
latin:styleName="tabKeyStyle"
|
||||||
latin:code="!code/key_tab"
|
latin:code="!code/key_tab"
|
||||||
|
|
|
@ -38,15 +38,14 @@
|
||||||
>
|
>
|
||||||
<!-- U+064B: "ً" ARABIC FATHATAN -->
|
<!-- U+064B: "ً" ARABIC FATHATAN -->
|
||||||
<Key
|
<Key
|
||||||
latin:keyLabel="."
|
|
||||||
latin:keyHintLabel="ً"
|
latin:keyHintLabel="ً"
|
||||||
latin:keyLabelFlags="hasPopupHint|hasShiftedLetterHint"
|
latin:keyLabelFlags="hasPopupHint|hasShiftedLetterHint"
|
||||||
latin:moreKeys="!text/more_keys_for_arabic_diacritics"
|
latin:moreKeys="!text/more_keys_for_arabic_diacritics"
|
||||||
latin:backgroundType="functional" />
|
latin:keyStyle="punctuationKeyStyle" />
|
||||||
</case>
|
</case>
|
||||||
<default>
|
<default>
|
||||||
<Key
|
<Key
|
||||||
latin:keyStyle="punctuationKeyStyle" />
|
latin:keyStyle="punctuationKeyStyle" />
|
||||||
</default>
|
</default>
|
||||||
</switch>
|
</switch>
|
||||||
<Key
|
<Key
|
||||||
|
|
Loading…
Reference in New Issue