blob: 527664f8e7b233c59782829ae942770213255bf3 (
plain)
1
2
3
4
5
6
7
8
9
|
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="FileSelectLayout">
<attr name="title" format="string|reference" />
<attr name="certificate" format="boolean" />
<!-- <attr name="taskid" format="integer" /> -->
</declare-styleable>
</resources>
|