diff options
| author | Jules Aguillon | 2025-01-11 16:30:36 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2025-01-11 16:30:36 +0100 |
| commit | ddd2eebb0e2a811c922d9c30c7ce17980caeb2a5 (patch) | |
| tree | 5faa03098d07032a68e7a993920a9ce9f656ccde /res/xml/emoji_bottom_row.xml | |
| parent | 1783dcdb35a5c482ca6de2351a0f9c6321bdf786 (diff) | |
| download | unexpected-keyboard-ddd2eebb0e2a811c922d9c30c7ce17980caeb2a5.tar.gz unexpected-keyboard-ddd2eebb0e2a811c922d9c30c7ce17980caeb2a5.zip | |
Remove the 'slider="true"' attribute
Whether a key behaves as a slider is now purely defined by the key
values present on it.
Diffstat (limited to 'res/xml/emoji_bottom_row.xml')
| -rw-r--r-- | res/xml/emoji_bottom_row.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/emoji_bottom_row.xml b/res/xml/emoji_bottom_row.xml index 8c5172b..308e6f9 100644 --- a/res/xml/emoji_bottom_row.xml +++ b/res/xml/emoji_bottom_row.xml @@ -3,7 +3,7 @@ <keyboard bottom_row="false"> <row height="0.95"> <key key0="switch_back_emoji"/> - <key width="3" key0="space" key5="cursor_left" key6="cursor_right" slider="true"/> + <key width="3" key0="space" key5="cursor_left" key6="cursor_right"/> <key key0="backspace" key2="delete"/> <key key0="enter" key2="action"/> </row> |
