aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/main/res/values/attrs.xml
blob: b5b614e9aeaa68548270c110077821465d040ed6 (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>