open-keychain/extern/MaterialChipsInput/src/main/res/values/attrs.xml
2018-07-04 13:59:21 +02:00

34 lines
1.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="ChipView">
<attr name="label" format="string" />
<attr name="labelColor" format="color" />
<attr name="deletable" format="boolean" />
<attr name="deleteIcon" format="reference" />
<attr name="deleteIconColor" format="color" />
<attr name="backgroundColor" format="color" />
</declare-styleable>
<declare-styleable name="ChipsInput">
<attr name="hint" format="string" />
<attr name="hintColor" format="color" />
<attr name="textColor" format="color" />
<attr name="maxRows" format="integer" />
<attr name="chip_labelColor" format="color" />
<attr name="chip_deletable" format="boolean" />
<attr name="chip_deleteIcon" format="reference" />
<attr name="chip_deleteIconColor" format="color" />
<attr name="chip_backgroundColor" format="color" />
<attr name="showChipDetailed" format="boolean" />
<attr name="chip_detailed_textColor" format="color" />
<attr name="chip_detailed_backgroundColor" format="color" />
<attr name="chip_detailed_deleteIconColor" format="color" />
<attr name="filterable_list_backgroundColor" format="color" />
<attr name="filterable_list_textColor" format="color" />
</declare-styleable>
<declare-styleable name="ScrollViewMaxHeight">
<attr name="maxHeight" format="dimension" />
</declare-styleable>
</resources>