aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/res/values/attr.xml
blob: b100e6d16c0b7b53acf534989be0f0da9f6b1327 (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>