diff options
| author | Jules Aguillon | 2021-01-16 21:57:51 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2021-01-17 00:20:09 +0100 |
| commit | a165a0ab2e3acc4ba89139e61825229fd38d67eb (patch) | |
| tree | da646d4f036ceada707fd477973b5b44be94de84 /res/values/styles.xml | |
| parent | 5fa7187d16a4e6574fad6c52cfcb08ab9093f068 (diff) | |
| download | unexpected-keyboard-a165a0ab2e3acc4ba89139e61825229fd38d67eb.tar.gz unexpected-keyboard-a165a0ab2e3acc4ba89139e61825229fd38d67eb.zip | |
Update the list of emojis
Take the list from https://unicode.org/Public/emoji/13.1/emoji-test.txt
Also change the list of groups, from the same source.
Diffstat (limited to 'res/values/styles.xml')
| -rw-r--r-- | res/values/styles.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index 3566716..b57535c 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -1,9 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <resources> <style name="emojiTypeButton"> - <item name="android:layout_width">0px</item> - <item name="android:layout_height">wrap_content</item> - <item name="android:layout_weight">1</item> <item name="android:padding">0px</item> <item name="android:background">@color/emoji_button_bg</item> <item name="android:textColor">@color/emoji_key_text</item> |
