abouttreesummaryrefslogcommitdiff
path: root/check_layout.py
diff options
context:
space:
mode:
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