diff options
| author | Menny Even Danan <menny@evendanan.net> | 2020-01-29 19:31:48 +0000 |
|---|---|---|
| committer | Menny Even Danan <menny@evendanan.net> | 2020-01-30 16:44:04 +0000 |
| commit | 4d767a0527c523decfe0ebc99ed77cbb53b5d15e (patch) | |
| tree | 50a2e7a338a07ce3ea889f7da4d26e7971857ee8 /ime/app/src/main/res/xml-v16/quick_text_unicode_people.xml | |
| parent | 6d5481428b7eecfe0c2d00e8aa7ec4fe6cff411c (diff) | |
| download | AnySoftKeyboard-4d767a0527c523decfe0ebc99ed77cbb53b5d15e.tar.gz AnySoftKeyboard-4d767a0527c523decfe0ebc99ed77cbb53b5d15e.tar.bz2 | |
Seperating IME and AddOns
Diffstat (limited to 'ime/app/src/main/res/xml-v16/quick_text_unicode_people.xml')
| -rw-r--r-- | ime/app/src/main/res/xml-v16/quick_text_unicode_people.xml | 146 |
1 files changed, 146 insertions, 0 deletions
diff --git a/ime/app/src/main/res/xml-v16/quick_text_unicode_people.xml b/ime/app/src/main/res/xml-v16/quick_text_unicode_people.xml new file mode 100644 index 000000000..22256a21d --- /dev/null +++ b/ime/app/src/main/res/xml-v16/quick_text_unicode_people.xml @@ -0,0 +1,146 @@ +<?xml version="1.0" encoding="utf-8"?> +<Keyboard + xmlns:android="http://schemas.android.com/apk/res/android" + android:keyWidth="20%p" + android:keyHeight="@integer/key_normal_height"> + + <Row> + <Key + android:keyLabel="👶" + android:keyOutputText="👶" /> + <Key + android:keyLabel="👦" + android:keyOutputText="👦" /> + <Key + android:keyLabel="👧" + android:keyOutputText="👧" /> + <Key + android:keyLabel="👨" + android:keyOutputText="👨" /> + <Key + android:keyLabel="👩" + android:keyOutputText="👩" /> + <Key + android:keyLabel="👴" + android:keyOutputText="👴" /> + <Key + android:keyLabel="👵" + android:keyOutputText="👵" /> + <Key + android:keyLabel="💏" + android:keyOutputText="💏" /> + <Key + android:keyLabel="💑" + android:keyOutputText="💑" /> + <Key + android:keyLabel="👪" + android:keyOutputText="👪" /> + <Key + android:keyLabel="👫" + android:keyOutputText="👫" /> + <Key + android:keyLabel="👬" + android:keyOutputText="👬" /> + <Key + android:keyLabel="👭" + android:keyOutputText="👭" /> + <Key + android:keyLabel="👤" + android:keyOutputText="👤" /> + <Key + android:keyLabel="👥" + android:keyOutputText="👥" /> + <Key + android:keyLabel="👮" + android:keyOutputText="👮" /> + <Key + android:keyLabel="👷" + android:keyOutputText="👷" /> + <Key + android:keyLabel="💁" + android:keyOutputText="💁" /> + <Key + android:keyLabel="💂" + android:keyOutputText="💂" /> + <Key + android:keyLabel="👯" + android:keyOutputText="👯" /> + <Key + android:keyLabel="👰" + android:keyOutputText="👰" /> + <Key + android:keyLabel="👸" + android:keyOutputText="👸" /> + <Key + android:keyLabel="🎅" + android:keyOutputText="🎅" /> + <Key + android:keyLabel="👼" + android:keyOutputText="👼" /> + <Key + android:keyLabel="👱" + android:keyOutputText="👱" /> + <Key + android:keyLabel="👲" + android:keyOutputText="👲" /> + <Key + android:keyLabel="👳" + android:keyOutputText="👳" /> + <Key + android:keyLabel="💃" + android:keyOutputText="💃" /> + <Key + android:keyLabel="💆" + android:keyOutputText="💆" /> + <Key + android:keyLabel="💇" + android:keyOutputText="💇" /> + <Key + android:keyLabel="💅" + android:keyOutputText="💅" /> + <Key + android:keyLabel="👻" + android:keyOutputText="👻" /> + <Key + android:keyLabel="👹" + android:keyOutputText="👹" /> + <Key + android:keyLabel="👺" + android:keyOutputText="👺" /> + <Key + android:keyLabel="👽" + android:keyOutputText="👽" /> + <Key + android:keyLabel="👾" + android:keyOutputText="👾" /> + <Key + android:keyLabel="👿" + android:keyOutputText="👿" /> + <Key + android:keyLabel="💀" + android:keyOutputText="💀" /> + <Key + android:keyLabel="💪" + android:keyOutputText="💪" /> + <Key + android:keyLabel="👀" + android:keyOutputText="👀" /> + <Key + android:keyLabel="👂" + android:keyOutputText="👂" /> + <Key + android:keyLabel="👃" + android:keyOutputText="👃" /> + <Key + android:keyLabel="👣" + android:keyOutputText="👣" /> + <Key + android:keyLabel="👄" + android:keyOutputText="👄" /> + <Key + android:keyLabel="👅" + android:keyOutputText="👅" /> + </Row> + + +</Keyboard> |
