summaryrefslogtreecommitdiff
path: root/main/src/main/res/values/attrs.xml
blob: 9bc2317c982bc5136ef872a6bef5fad64c60e288 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>

<!--
  ~ Copyright (c) 2012-2014 Arne Schwabe
  ~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
  -->

<resources>
   <declare-styleable name="FileSelectLayout">
      <attr name="title" format="string|reference" />
      <attr name="certificate" format="boolean" />
<!--     <attr name="taskid" format="integer" /> -->
       <attr name="showClear" format="boolean" />
   </declare-styleable>
</resources>