forked from extern/Unexpected-Keyboard
458e17bf31
This is a new section in the extra keys option that allows to enter arbitrary strings which are then added to the keyboard. A new string is needed for the title of the section, Android's icons and strings are used as much as possible to avoid adding more strings. Keys are stored in the preferences as a JSON array of strings.
12 lines
447 B
XML
12 lines
447 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<dimen name="margin_top">3dp</dimen>
|
|
<dimen name="key_padding">2dp</dimen>
|
|
<dimen name="emoji_type_button_height">56dp</dimen>
|
|
<dimen name="emoji_grid_height">250dp</dimen>
|
|
<dimen name="emoji_text_size">28dp</dimen>
|
|
<dimen name="pref_button_size">28dp</dimen>
|
|
<bool name="debug_logs" product="debug">true</bool>
|
|
<bool name="debug_logs" product="default">false</bool>
|
|
</resources>
|