summaryrefslogtreecommitdiff
path: root/main/src/main/res/values/attrs.xml
blob: 9e973f06b658c6b73be8eb9443b8a6986433d82c (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. 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>