aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/values/attrs.xml
blob: 68a8db07ec3ae372ae0b06c377dadef76dfa35b2 (plain) (blame)
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="custom_color">
        <attr name="colorBackground" format="reference|color"/>
    </declare-styleable>
</resources>