abouttreesummaryrefslogcommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorJules Aguillon2021-01-16 21:57:51 +0100
committerJules Aguillon2021-01-17 00:20:09 +0100
commita165a0ab2e3acc4ba89139e61825229fd38d67eb (patch)
treeda646d4f036ceada707fd477973b5b44be94de84 /res/layout
parent5fa7187d16a4e6574fad6c52cfcb08ab9093f068 (diff)
downloadunexpected-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/layout')
-rw-r--r--res/layout/emoji_pane.xml46
1 files changed, 2 insertions, 44 deletions
diff --git a/res/layout/emoji_pane.xml b/res/layout/emoji_pane.xml
index d44c4fc..69cb507 100644
--- a/res/layout/emoji_pane.xml
+++ b/res/layout/emoji_pane.xml
@@ -2,52 +2,10 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:hardwareAccelerated="false">
- <LinearLayout
+ <juloo.keyboard2.EmojiGroupButtonsBar
android:orientation="horizontal"
android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- >
- <juloo.keyboard2.EmojiTypeButton
- style="@style/emojiTypeButton"
- emoji_type="LAST_USE"
- />
- <juloo.keyboard2.EmojiTypeButton
- style="@style/emojiTypeButton"
- emoji_type="EMOTICONS"
- />
- <juloo.keyboard2.EmojiTypeButton
- style="@style/emojiTypeButton"
- emoji_type="TRANSPORT"
- />
- <juloo.keyboard2.EmojiTypeButton
- style="@style/emojiTypeButton"
- emoji_type="FOOD"
- />
- <juloo.keyboard2.EmojiTypeButton
- style="@style/emojiTypeButton"
- emoji_type="NATURE"
- />
- <juloo.keyboard2.EmojiTypeButton
- style="@style/emojiTypeButton"
- emoji_type="FEST"
- />
- <juloo.keyboard2.EmojiTypeButton
- style="@style/emojiTypeButton"
- emoji_type="ANIMAL"
- />
- <juloo.keyboard2.EmojiTypeButton
- style="@style/emojiTypeButton"
- emoji_type="HUMAN"
- />
- <juloo.keyboard2.EmojiTypeButton
- style="@style/emojiTypeButton"
- emoji_type="UNCATEGORIZED"
- />
- <juloo.keyboard2.EmojiTypeButton
- style="@style/emojiTypeButton"
- emoji_type="DINGBATS"
- />
- </LinearLayout>
+ android:layout_height="wrap_content" />
<juloo.keyboard2.EmojiGridView
android:id="@+id/emoji_grid"
android:background="@color/bg"