anbox/android/res/values/attrs.xml
2016-06-23 11:28:53 +02:00

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>