diff options
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/emoji_bottom_row.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/res/xml/emoji_bottom_row.xml b/res/xml/emoji_bottom_row.xml new file mode 100644 index 0000000..68fb083 --- /dev/null +++ b/res/xml/emoji_bottom_row.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- The bottom row used in the emoji pane. --> +<keyboard bottom_row="false"> + <row height="0.95"> + <key key0="switch_back_emoji"/> + <key width="4" key0="space" key5="cursor_left" key6="cursor_right" slider="true"/> + <key key0="backspace"/> + <key key0="enter"/> + </row> +</keyboard> |
