Fixed inverted emoji key icon

This commit is contained in:
pdroidandroid@gmail.com 2021-01-23 19:41:36 +01:00 committed by Daniele Laudani
parent f9eff4b7b4
commit 99e9b934fc
4 changed files with 8 additions and 5 deletions

View file

@ -259,6 +259,7 @@ public final class KeyboardTextsTable {
/* 173: 0 */ "morekeys_double_quote",
/* 174: 0 */ "morekeys_tablet_double_quote",
/* 175: 0 */ "keyspec_emoji_action_key",
/* 176: 0 */ "keyspec_emoji_normal_key",
};
private static final String EMPTY = "";
@ -480,6 +481,7 @@ public final class KeyboardTextsTable {
/* morekeys_double_quote */ "!fixedColumnOrder!5,!text/double_quotes,!text/double_angle_quotes",
/* morekeys_tablet_double_quote */ "!fixedColumnOrder!6,!text/double_quotes,!text/single_quotes,!text/double_angle_quotes,!text/single_angle_quotes",
/* keyspec_emoji_action_key */ "!icon/emoji_action_key|!code/key_emoji",
/* keyspec_emoji_normal_key */ "!icon/emoji_normal_key|!code/key_emoji",
};
/* Locale af: Afrikaans */

View file

@ -32,6 +32,7 @@
<default>
<Key
latin:keyStyle="emojiKeyStyle"
latin:backgroundType="action"
latin:keyWidth="fillRight" />
</default>
</switch>

View file

@ -81,18 +81,18 @@
<case latin:keyboardTheme="ICS|KLP|LXXLightBorder|LXXDarkBorder">
<key-style
latin:styleName="emojiKeyStyle"
latin:keySpec="!icon/emoji_action_key|!code/key_emoji"
latin:keySpec="!icon/emoji_normal_key|!code/key_emoji"
latin:keyActionFlags="noKeyPreview"
latin:backgroundType="action" />
latin:backgroundType="functional" />
</case>
<!-- keyboardTheme="LXXLight|LXXDark" -->
<default>
<key-style
latin:styleName="emojiKeyStyle"
latin:keySpec="!icon/emoji_action_key|!code/key_emoji"
latin:keySpec="!icon/emoji_normal_key|!code/key_emoji"
latin:keyLabelFlags="keepBackgroundAspectRatio"
latin:keyActionFlags="noKeyPreview"
latin:backgroundType="action" />
latin:backgroundType="functional" />
</default>
</switch>
<include

View file

@ -35,7 +35,7 @@
<key-style
latin:styleName="settingsMoreKeysStyle"
latin:keyLabelFlags="hasPopupHint"
latin:additionalMoreKeys="!text/keyspec_settings,!icon/language_switch_key|!code/key_language_switch,!text/keyspec_emoji_action_key"
latin:additionalMoreKeys="!text/keyspec_settings,!icon/language_switch_key|!code/key_language_switch,!text/keyspec_emoji_normal_key"
latin:backgroundType="functional" />
</default>
</switch>