9 lines
383 B
XML
9 lines
383 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<declare-styleable name="KeyButtonView">
|
|
<!-- key code to send when pressed; if absent or 0, no key is sent -->
|
|
<attr name="keyCode" format="integer" />
|
|
<!-- does this button generate longpress / repeat events? -->
|
|
<attr name="keyRepeat" format="boolean" />
|
|
</declare-styleable>
|
|
</resources>
|