2015-10-23 14:22:43 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-10-24 16:32:49 +02:00
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:orientation="vertical"
|
2015-10-23 14:22:43 +02:00
|
|
|
android:hardwareAccelerated="false">
|
2015-10-24 16:32:49 +02:00
|
|
|
<LinearLayout
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
>
|
2015-10-26 14:19:46 +01:00
|
|
|
<juloo.keyboard2.EmojiTypeButton
|
2015-10-27 14:39:27 +01:00
|
|
|
style="@style/emojiTypeButton"
|
2015-10-26 14:19:46 +01:00
|
|
|
android:text="\uD83D\uDD59"
|
|
|
|
emoji_type="LAST_USE"
|
|
|
|
/>
|
2015-10-24 16:32:49 +02:00
|
|
|
<juloo.keyboard2.EmojiTypeButton
|
2015-10-27 14:39:27 +01:00
|
|
|
style="@style/emojiTypeButton"
|
2015-10-24 16:32:49 +02:00
|
|
|
android:text="\uD83D\uDE03"
|
|
|
|
emoji_type="EMOTICONS"
|
|
|
|
/>
|
|
|
|
<juloo.keyboard2.EmojiTypeButton
|
2015-10-27 14:39:27 +01:00
|
|
|
style="@style/emojiTypeButton"
|
2015-10-26 20:48:07 +01:00
|
|
|
android:text="\uD83D\uDE8C"
|
|
|
|
emoji_type="TRANSPORT"
|
2015-10-24 16:32:49 +02:00
|
|
|
/>
|
|
|
|
<juloo.keyboard2.EmojiTypeButton
|
2015-10-27 14:39:27 +01:00
|
|
|
style="@style/emojiTypeButton"
|
2015-10-26 20:48:07 +01:00
|
|
|
emoji_type="FOOD"
|
|
|
|
android:text="\uD83C\uDF55"
|
|
|
|
/>
|
|
|
|
<juloo.keyboard2.EmojiTypeButton
|
2015-10-27 14:39:27 +01:00
|
|
|
style="@style/emojiTypeButton"
|
2015-10-26 20:48:07 +01:00
|
|
|
emoji_type="NATURE"
|
|
|
|
android:text="\uD83C\uDF37"
|
|
|
|
/>
|
|
|
|
<juloo.keyboard2.EmojiTypeButton
|
2015-10-27 14:39:27 +01:00
|
|
|
style="@style/emojiTypeButton"
|
2015-10-26 20:48:07 +01:00
|
|
|
emoji_type="FEST"
|
|
|
|
android:text="\uD83C\uDF88"
|
|
|
|
/>
|
|
|
|
<juloo.keyboard2.EmojiTypeButton
|
2015-10-27 14:39:27 +01:00
|
|
|
style="@style/emojiTypeButton"
|
2015-10-26 20:48:07 +01:00
|
|
|
emoji_type="ANIMAL"
|
|
|
|
android:text="\uD83D\uDC31"
|
|
|
|
/>
|
|
|
|
<juloo.keyboard2.EmojiTypeButton
|
2015-10-27 14:39:27 +01:00
|
|
|
style="@style/emojiTypeButton"
|
2015-10-26 20:48:07 +01:00
|
|
|
emoji_type="HUMAN"
|
|
|
|
android:text="\uD83D\uDC9C"
|
2015-10-24 16:32:49 +02:00
|
|
|
/>
|
|
|
|
<juloo.keyboard2.EmojiTypeButton
|
2015-10-27 14:39:27 +01:00
|
|
|
style="@style/emojiTypeButton"
|
2015-10-24 16:32:49 +02:00
|
|
|
emoji_type="UNCATEGORIZED"
|
2015-10-26 20:48:07 +01:00
|
|
|
android:text="\uD83D\uDCA5"
|
2015-10-24 16:32:49 +02:00
|
|
|
/>
|
|
|
|
<juloo.keyboard2.EmojiTypeButton
|
2015-10-27 14:39:27 +01:00
|
|
|
style="@style/emojiTypeButton"
|
2015-10-26 20:48:07 +01:00
|
|
|
emoji_type="DINGBATS"
|
|
|
|
android:text="\u2705"
|
2015-10-24 16:32:49 +02:00
|
|
|
/>
|
|
|
|
</LinearLayout>
|
2015-10-23 14:22:43 +02:00
|
|
|
<juloo.keyboard2.EmojiGridView
|
2015-10-24 16:32:49 +02:00
|
|
|
android:id="@+id/emoji_grid"
|
2015-10-23 14:22:43 +02:00
|
|
|
android:background="@color/bg"
|
2015-10-27 14:39:27 +01:00
|
|
|
android:textColor="@color/emoji_key_text"
|
2015-10-24 16:32:49 +02:00
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="@dimen/emoji_grid_height"
|
2015-10-23 14:22:43 +02:00
|
|
|
/>
|
2015-10-24 16:32:49 +02:00
|
|
|
<LinearLayout
|
|
|
|
android:orientation="horizontal"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
>
|
|
|
|
<juloo.keyboard2.EmojiKeyButton
|
|
|
|
android:layout_width="0px"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:background="@color/emoji_key_bg"
|
|
|
|
android:textColor="@color/emoji_key_text"
|
|
|
|
android:textSize="@dimen/label_text_size"
|
|
|
|
android:padding="0px"
|
|
|
|
key="switch_back_emoji"
|
|
|
|
/>
|
|
|
|
<juloo.keyboard2.EmojiKeyButton
|
|
|
|
android:layout_width="0px"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="4"
|
|
|
|
android:background="@color/emoji_key_bg"
|
|
|
|
android:textColor="@color/emoji_key_text"
|
|
|
|
android:textSize="@dimen/label_text_size"
|
|
|
|
android:padding="0px"
|
|
|
|
key="space"
|
|
|
|
/>
|
|
|
|
<juloo.keyboard2.EmojiKeyButton
|
|
|
|
android:layout_width="0px"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:background="@color/emoji_key_bg"
|
|
|
|
android:textColor="@color/emoji_key_text"
|
|
|
|
android:textSize="@dimen/label_text_size"
|
|
|
|
android:padding="0px"
|
|
|
|
key="backspace"
|
|
|
|
/>
|
|
|
|
<juloo.keyboard2.EmojiKeyButton
|
|
|
|
android:layout_width="0px"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:background="@color/emoji_key_bg"
|
|
|
|
android:textColor="@color/emoji_key_text"
|
|
|
|
android:textSize="@dimen/label_text_size"
|
|
|
|
android:padding="0px"
|
|
|
|
key="enter"
|
|
|
|
/>
|
|
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|