aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values/attr.xml
blob: 98ce1c364ac9e67bc2f317c496a535964807b2a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <declare-styleable name="FoldableLinearLayout">
        <attr name="foldedLabel" format="string" />
        <attr name="unFoldedLabel" format="string" />
    </declare-styleable>

    <declare-styleable name="AspectRatioImageView">
        <attr name="aspectRatio" format="float" />
        <attr name="aspectRatioEnabled" format="boolean" />
        <attr name="dominantMeasurement">
            <enum name="width" value="0" />
            <enum name="height" value="1" />
        </attr>
    </declare-styleable>

</resources>