diff options
| author | Jules Aguillon | 2023-10-28 20:14:32 +0200 |
|---|---|---|
| committer | Jules Aguillon | 2023-10-28 20:14:32 +0200 |
| commit | 148bed769a14f9f5efed84e8d9391e0ace813bd2 (patch) | |
| tree | 80b0e2297e4abbef58ef4cfea705d60e57957f5c /res/xml/emoji_bottom_row.xml | |
| parent | 3d36ecb34d0555097d6cc82071acdda4e97b0a90 (diff) | |
| download | unexpected-keyboard-148bed769a14f9f5efed84e8d9391e0ace813bd2.tar.gz unexpected-keyboard-148bed769a14f9f5efed84e8d9391e0ace813bd2.zip | |
Add left/right slider to the emoji pane
This entirely changes the implementation of the bottom row in the emoji
pane.
Diffstat (limited to 'res/xml/emoji_bottom_row.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> |
