abouttreesummaryrefslogcommitdiff
path: root/res/layout/emoji_pane.xml
diff options
context:
space:
mode:
authorjaguillo2015-10-23 14:22:43 +0200
committerjaguillo2015-10-23 14:22:43 +0200
commitdb20d528847fe6b451c19eb0b95eeb12954f98a4 (patch)
tree5e55e710815e98b763e954fd283a154597c9b39f /res/layout/emoji_pane.xml
parent7fb89b0c95e92f46266def50b827b2444d6216e1 (diff)
downloadunexpected-keyboard-db20d528847fe6b451c19eb0b95eeb12954f98a4.tar.gz
unexpected-keyboard-db20d528847fe6b451c19eb0b95eeb12954f98a4.zip
Start with emojis
Diffstat (limited to 'res/layout/emoji_pane.xml')
-rw-r--r--res/layout/emoji_pane.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/layout/emoji_pane.xml b/res/layout/emoji_pane.xml
new file mode 100644
index 0000000..8fe9fe4
--- /dev/null
+++ b/res/layout/emoji_pane.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<VerticalLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:hardwareAccelerated="false">
+ <juloo.keyboard2.EmojiGridView
+ android:background="@color/bg"
+ />
+</VerticalLayout>