mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-04-24 00:26:22 +00:00
Fixed wrong background for languages key
This commit is contained in:
parent
d3b482c390
commit
c982ca0c62
2 changed files with 4 additions and 2 deletions
|
@ -102,7 +102,8 @@
|
|||
latin:styleName="languageSwitchKeyStyle"
|
||||
latin:keySpec="!icon/language_switch_key|!code/key_language_switch"
|
||||
latin:keyActionFlags="noKeyPreview|altCodeWhileTyping|enableLongPress"
|
||||
latin:altCode="!code/key_space" />
|
||||
latin:altCode="!code/key_space"
|
||||
latin:backgroundType="functional" />
|
||||
<key-style
|
||||
latin:styleName="emojiKeyStyle"
|
||||
latin:keySpec="!icon/emoji_normal_key|!code/key_emoji"
|
||||
|
|
|
@ -128,7 +128,8 @@
|
|||
latin:styleName="languageSwitchKeyStyle"
|
||||
latin:keySpec="!icon/language_switch_key|!code/key_language_switch"
|
||||
latin:keyActionFlags="noKeyPreview|altCodeWhileTyping|enableLongPress"
|
||||
latin:altCode="!code/key_space" />
|
||||
latin:altCode="!code/key_space"
|
||||
latin:backgroundType="functional" />
|
||||
<key-style
|
||||
latin:styleName="tabKeyStyle"
|
||||
latin:keySpec="!icon/tab_key|!code/key_tab"
|
||||
|
|
Loading…
Add table
Reference in a new issue