aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-08-28 09:14:00 +0900
committerTadashi G. Takaoka <takaoka@google.com>2013-08-28 20:18:19 +0900
commit8ac0eb59e13bce327007ba2cf2f1a7e767eebe0a (patch)
tree3cfdb087a927b2ed454b9c97e85e07afacda28e9 /java/res/xml
parent8e3a90e58ffd09692a23b29dc949a2f0fb3d774c (diff)
downloadlatinime-8ac0eb59e13bce327007ba2cf2f1a7e767eebe0a.tar.gz
latinime-8ac0eb59e13bce327007ba2cf2f1a7e767eebe0a.tar.xz
latinime-8ac0eb59e13bce327007ba2cf2f1a7e767eebe0a.zip
Add EmojiKeyboardView
Bug: 6370846 Change-Id: Ic7d75f1d242795e756e6fede988cfe4b5cc17f0e
Diffstat (limited to 'java/res/xml')
-rw-r--r--java/res/xml/kbd_emoji_category6.xml1
-rw-r--r--java/res/xml/kbd_emoji_recents.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/java/res/xml/kbd_emoji_category6.xml b/java/res/xml/kbd_emoji_category6.xml
index a07966b07..838f3f52c 100644
--- a/java/res/xml/kbd_emoji_category6.xml
+++ b/java/res/xml/kbd_emoji_category6.xml
@@ -22,6 +22,7 @@
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
latin:keyWidth="@fraction/emoji_keyboard_key_width"
latin:keyLetterSize="90%p"
+ latin:keyLabelSize="60%p"
>
<GridRows
latin:textsArray="@array/emoji_emoticons"
diff --git a/java/res/xml/kbd_emoji_recents.xml b/java/res/xml/kbd_emoji_recents.xml
index 8b4fa958c..f56b79ab7 100644
--- a/java/res/xml/kbd_emoji_recents.xml
+++ b/java/res/xml/kbd_emoji_recents.xml
@@ -22,6 +22,7 @@
xmlns:latin="http://schemas.android.com/apk/res/com.android.inputmethod.latin"
latin:keyWidth="@fraction/emoji_keyboard_key_width"
latin:keyLetterSize="90%p"
+ latin:keyLabelSize="60%p"
>
<GridRows
latin:codesArray="@array/emoji_recents"