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/layout/keyboard.xml | |
| parent | 7fb89b0c95e92f46266def50b827b2444d6216e1 (diff) | |
| download | unexpected-keyboard-db20d528847fe6b451c19eb0b95eeb12954f98a4.tar.gz unexpected-keyboard-db20d528847fe6b451c19eb0b95eeb12954f98a4.zip | |
Start with emojis
Diffstat (limited to 'res/layout/keyboard.xml')
| -rw-r--r-- | res/layout/keyboard.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/layout/keyboard.xml b/res/layout/keyboard.xml new file mode 100644 index 0000000..98c390c --- /dev/null +++ b/res/layout/keyboard.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="utf-8"?> +<juloo.keyboard2.Keyboard2View xmlns:android="http://schemas.android.com/apk/res/android" + android:background="@color/bg" + android:hardwareAccelerated="false" +/> |
