Update emoji.
Before Width: | Height: | Size: 211 KiB After Width: | Height: | Size: 225 KiB |
Before Width: | Height: | Size: 447 KiB |
BIN
app/src/main/assets/emoji/Flags_0.webp
Normal file
After Width: | Height: | Size: 415 KiB |
BIN
app/src/main/assets/emoji/Flags_1.webp
Normal file
After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 307 KiB After Width: | Height: | Size: 344 KiB |
Before Width: | Height: | Size: 387 KiB After Width: | Height: | Size: 395 KiB |
Before Width: | Height: | Size: 494 KiB After Width: | Height: | Size: 622 KiB |
Before Width: | Height: | Size: 1 MiB After Width: | Height: | Size: 599 KiB |
Before Width: | Height: | Size: 952 KiB After Width: | Height: | Size: 559 KiB |
Before Width: | Height: | Size: 862 KiB After Width: | Height: | Size: 643 KiB |
Before Width: | Height: | Size: 364 KiB After Width: | Height: | Size: 647 KiB |
BIN
app/src/main/assets/emoji/People_4.webp
Normal file
After Width: | Height: | Size: 602 KiB |
BIN
app/src/main/assets/emoji/People_5.webp
Normal file
After Width: | Height: | Size: 589 KiB |
BIN
app/src/main/assets/emoji/People_6.webp
Normal file
After Width: | Height: | Size: 531 KiB |
Before Width: | Height: | Size: 567 KiB After Width: | Height: | Size: 589 KiB |
Before Width: | Height: | Size: 376 KiB After Width: | Height: | Size: 384 KiB |
|
@ -41,7 +41,7 @@ class EmojiProvider {
|
|||
private static final int EMOJI_RAW_HEIGHT = 64;
|
||||
private static final int EMOJI_RAW_WIDTH = 64;
|
||||
private static final int EMOJI_VERT_PAD = 0;
|
||||
private static final int EMOJI_PER_ROW = 32;
|
||||
private static final int EMOJI_PER_ROW = 16;
|
||||
|
||||
private final float decodeScale;
|
||||
private final float verticalPad;
|
||||
|
|
|
@ -92,7 +92,7 @@
|
|||
<attr name="emoji_category_activity" format="reference"/>
|
||||
<attr name="emoji_category_places" format="reference"/>
|
||||
<attr name="emoji_category_objects" format="reference"/>
|
||||
<attr name="emoji_category_symbol" format="reference"/>
|
||||
<attr name="emoji_category_symbols" format="reference"/>
|
||||
<attr name="emoji_category_flags" format="reference"/>
|
||||
<attr name="emoji_category_emoticons" format="reference"/>
|
||||
<attr name="emoji_variation_selector_background" format="reference|color" />
|
||||
|
|
|
@ -272,7 +272,7 @@
|
|||
<item name="emoji_category_activity">@drawable/ic_emoji_activity_light_20</item>
|
||||
<item name="emoji_category_places">@drawable/ic_emoji_travel_light_20</item>
|
||||
<item name="emoji_category_objects">@drawable/ic_emoji_object_light_20</item>
|
||||
<item name="emoji_category_symbol">@drawable/ic_emoji_symbol_light_20</item>
|
||||
<item name="emoji_category_symbols">@drawable/ic_emoji_symbol_light_20</item>
|
||||
<item name="emoji_category_flags">@drawable/ic_emoji_flag_light_20</item>
|
||||
<item name="emoji_category_emoticons">@drawable/ic_emoji_emoticon_light_20</item>
|
||||
<item name="emoji_variation_selector_background">@drawable/emoji_variation_selector_background_light</item>
|
||||
|
@ -576,7 +576,7 @@
|
|||
<item name="emoji_category_activity">@drawable/ic_emoji_activity_dark_20</item>
|
||||
<item name="emoji_category_places">@drawable/ic_emoji_travel_dark_20</item>
|
||||
<item name="emoji_category_objects">@drawable/ic_emoji_object_dark_20</item>
|
||||
<item name="emoji_category_symbol">@drawable/ic_emoji_symbol_dark_20</item>
|
||||
<item name="emoji_category_symbols">@drawable/ic_emoji_symbol_dark_20</item>
|
||||
<item name="emoji_category_flags">@drawable/ic_emoji_flag_dark_20</item>
|
||||
<item name="emoji_category_emoticons">@drawable/ic_emoji_emoticon_dark_20</item>
|
||||
<item name="emoji_variation_selector_background">@drawable/emoji_variation_selector_background_dark</item>
|
||||
|
|