summaryrefslogtreecommitdiffhomepage
path: root/ui/src/main/res/values/attrs.xml
blob: 9ba1eea56cdcf8490e5bb71bfa7f0d8d862a9a2b (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <declare-styleable name="Multiselected">
        <attr name="state_multiselected" format="boolean" />
        <attr name="colorMultiselectActiveBackground" format="reference|color" />
    </declare-styleable>
    <declare-styleable name="TvCardView">
        <attr name="state_isUp" format="boolean" />
        <attr name="state_isDeleting" format="boolean" />
    </declare-styleable>
</resources>