Add left/right slider to the emoji pane

This entirely changes the implementation of the bottom row in the emoji
pane.
This commit is contained in:
Jules Aguillon
2023-10-28 20:14:32 +02:00
parent 3d36ecb34d
commit 148bed769a
6 changed files with 27 additions and 43 deletions

View File

@@ -6,7 +6,8 @@ warning_count = 0
KNOWN_NOT_LAYOUT = set([
"res/xml/number_row.xml", "res/xml/numpad.xml", "res/xml/pin.xml",
"res/xml/bottom_row.xml", "res/xml/settings.xml", "res/xml/method.xml",
"res/xml/greekmath.xml", "res/xml/numeric.xml" ])
"res/xml/greekmath.xml", "res/xml/numeric.xml",
"res/xml/emoji_bottom_row.xml" ])
def warn(msg):
global warning_count