aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/attrs.xml
blob: aa02723f67524636b77e7c8ee89ca662e0d151ef (about) (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <declare-styleable name="PasswordIconStyle">
        <attr name="passwordIconColor" format="reference|color" />
    </declare-styleable>
    <declare-styleable name="Multiselected">
        <attr name="state_multiselected" format="boolean"/>
    </declare-styleable>
</resources>