diff options
| author | jaguillo | 2015-10-26 14:19:46 +0100 |
|---|---|---|
| committer | jaguillo | 2015-10-26 14:19:46 +0100 |
| commit | e95ccbec0018298bc8b80477b4cc5a5aee0e6214 (patch) | |
| tree | f2b3f882e160e05d91f02b2d986d0c8d978e1e0b /res/layout | |
| parent | 8bd0214e2695c2a621624967a595a069902e6fdd (diff) | |
| download | unexpected-keyboard-e95ccbec0018298bc8b80477b4cc5a5aee0e6214.tar.gz unexpected-keyboard-e95ccbec0018298bc8b80477b4cc5a5aee0e6214.zip | |
Last used emoji
Diffstat (limited to 'res/layout')
| -rw-r--r-- | res/layout/emoji_pane.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/res/layout/emoji_pane.xml b/res/layout/emoji_pane.xml index 6890e87..9b6943a 100644 --- a/res/layout/emoji_pane.xml +++ b/res/layout/emoji_pane.xml @@ -13,6 +13,15 @@ android:layout_weight="1" android:background="@color/emoji_button_bg" android:padding="0px" + android:text="\uD83D\uDD59" + emoji_type="LAST_USE" + /> + <juloo.keyboard2.EmojiTypeButton + android:layout_width="0px" + android:layout_height="wrap_content" + android:layout_weight="1" + android:background="@color/emoji_button_bg" + android:padding="0px" android:text="\uD83D\uDE03" emoji_type="EMOTICONS" /> |
