mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-08-18 23:18:14 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user