forked from extern/Unexpected-Keyboard
25a6e71ee8
Allows to add more keys to the keyboard from a predefined list. The implementation doesn't use MultiSelectListPreference because it doesn't seem possible to change the item layout to properly show the rendered symbols.
7 lines
185 B
XML
7 lines
185 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<declare-styleable name="ExtraKeyCheckBoxPreference">
|
|
<attr name="index" format="integer"/>
|
|
</declare-styleable>
|
|
</resources>
|