aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/res/values/attr.xml
blob: f02c2192dce3bb2bbe9ad8623ad25649578022cb (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="ResourceName">
    <declare-styleable name="MeasureSpecDelegate">
        <attr format="float" name="relativeWidth"/>
        <attr format="float" name="relativeWidthToParent"/>
        <attr format="float" name="postRelativeWidth"/>
        <attr format="float" name="relativeHeight"/>
        <attr format="float" name="relativeHeightToParent"/>
        <attr format="float" name="postRelativeHeight"/>
    </declare-styleable>
</resources>