mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-19 08:20:15 +00:00
Fixed inverted emoji key icon
This commit is contained in:
parent
f9eff4b7b4
commit
99e9b934fc
4 changed files with 8 additions and 5 deletions
|
@ -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 */
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
<default>
|
||||
<Key
|
||||
latin:keyStyle="emojiKeyStyle"
|
||||
latin:backgroundType="action"
|
||||
latin:keyWidth="fillRight" />
|
||||
</default>
|
||||
</switch>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue