From 148bed769a14f9f5efed84e8d9391e0ace813bd2 Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sat, 28 Oct 2023 20:14:32 +0200 Subject: Add left/right slider to the emoji pane This entirely changes the implementation of the bottom row in the emoji pane. --- check_layout.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'check_layout.py') diff --git a/check_layout.py b/check_layout.py index 97887de..66b6bbe 100644 --- a/check_layout.py +++ b/check_layout.py @@ -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 -- cgit v1.2.3