8 lines
227 B
XML
8 lines
227 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<declare-styleable name="DragButton">
|
|
<attr name="textUp" format="string" />
|
|
<attr name="textDown" format="string" />
|
|
</declare-styleable>
|
|
</resources>
|