diff options
| author | jaguillo | 2015-10-23 14:22:43 +0200 |
|---|---|---|
| committer | jaguillo | 2015-10-23 14:22:43 +0200 |
| commit | db20d528847fe6b451c19eb0b95eeb12954f98a4 (patch) | |
| tree | 5e55e710815e98b763e954fd283a154597c9b39f /res | |
| parent | 7fb89b0c95e92f46266def50b827b2444d6216e1 (diff) | |
| download | unexpected-keyboard-db20d528847fe6b451c19eb0b95eeb12954f98a4.tar.gz unexpected-keyboard-db20d528847fe6b451c19eb0b95eeb12954f98a4.zip | |
Start with emojis
Diffstat (limited to 'res')
| -rw-r--r-- | res/layout/emoji_pane.xml | 7 | ||||
| -rw-r--r-- | res/layout/keyboard.xml (renamed from res/layout/input.xml) | 0 |
2 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> diff --git a/res/layout/input.xml b/res/layout/keyboard.xml index 98c390c..98c390c 100644 --- a/res/layout/input.xml +++ b/res/layout/keyboard.xml |
