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