abouttreesummaryrefslogcommitdiff
path: root/check_layout.py
diff options
context:
space:
mode:
authorJules Aguillon2023-10-28 20:14:32 +0200
committerJules Aguillon2023-10-28 20:14:32 +0200
commit148bed769a14f9f5efed84e8d9391e0ace813bd2 (patch)
tree80b0e2297e4abbef58ef4cfea705d60e57957f5c /check_layout.py
parent3d36ecb34d0555097d6cc82071acdda4e97b0a90 (diff)
downloadunexpected-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 'check_layout.py')
-rw-r--r--check_layout.py3
1 files changed, 2 insertions, 1 deletions
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