aboutsummaryrefslogtreecommitdiff
path: root/library/src/main/res/values/attr.xml
blob: 894a06938596fe822df937ed849791c611fa3621 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <declare-styleable name="KauBoundedCardView">
        <attr name="kau_maxHeight" format="dimension" />
        <attr name="kau_maxHeightPercent" format="float" />
    </declare-styleable>

</resources>