Files
open-keychain/OpenKeychain/src/main/res/values/attr.xml

19 lines
609 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<resources>
2015-06-11 18:30:39 +02:00
<declare-styleable name="ToolableViewAnimator">
<attr name="initialView" format="integer" />
</declare-styleable>
<declare-styleable name="FoldableLinearLayout">
<attr name="foldedLabel" format="string" />
<attr name="unFoldedLabel" format="string" />
<attr name="initializeFolded" format="boolean" />
</declare-styleable>
<declare-styleable name="PrefixedEditText">
<attr name="prefix" format="string" />
<attr name="prefixColor" format="color" />
</declare-styleable>
</resources>