Files
Anubis-8.0/anubis/stub/res/values/attrs.xml
T
2026-08-27 10:50:54 -06:00

93 lines
4.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<attr name="constraintSet" format="reference" />
<attr name="layout_constraintBaseline_creator" format="integer" />
<attr name="layout_constraintBaseline_toBaselineOf" format="reference">
<enum name="parent" value="0" />
</attr>
<attr name="layout_constraintBottom_creator" format="integer" />
<attr name="layout_constraintBottom_toBottomOf" format="reference">
<enum name="parent" value="0" />
</attr>
<attr name="layout_constraintBottom_toTopOf" format="reference">
<enum name="parent" value="0" />
</attr>
<attr name="layout_constraintDimensionRatio" format="string" />
<attr name="layout_constraintEnd_toEndOf" format="reference">
<enum name="parent" value="0" />
</attr>
<attr name="layout_constraintEnd_toStartOf" format="reference">
<enum name="parent" value="0" />
</attr>
<attr name="layout_constraintGuide_begin" format="dimension" />
<attr name="layout_constraintGuide_end" format="dimension" />
<attr name="layout_constraintGuide_percent" format="float" />
<attr name="layout_constraintHeight_default">
<enum name="spread" value="0" />
<enum name="wrap" value="1" />
</attr>
<attr name="layout_constraintHeight_max" format="dimension" />
<attr name="layout_constraintHeight_min" format="dimension" />
<attr name="layout_constraintHorizontal_bias" format="float" />
<attr name="layout_constraintHorizontal_chainStyle">
<enum name="packed" value="2" />
<enum name="spread" value="0" />
<enum name="spread_inside" value="1" />
</attr>
<attr name="layout_constraintHorizontal_weight" format="float" />
<attr name="layout_constraintLeft_creator" format="integer" />
<attr name="layout_constraintLeft_toLeftOf" format="reference">
<enum name="parent" value="0" />
</attr>
<attr name="layout_constraintLeft_toRightOf" format="reference">
<enum name="parent" value="0" />
</attr>
<attr name="layout_constraintRight_creator" format="integer" />
<attr name="layout_constraintRight_toLeftOf" format="reference">
<enum name="parent" value="0" />
</attr>
<attr name="layout_constraintRight_toRightOf" format="reference">
<enum name="parent" value="0" />
</attr>
<attr name="layout_constraintStart_toEndOf" format="reference">
<enum name="parent" value="0" />
</attr>
<attr name="layout_constraintStart_toStartOf" format="reference">
<enum name="parent" value="0" />
</attr>
<attr name="layout_constraintTop_creator" format="integer" />
<attr name="layout_constraintTop_toBottomOf" format="reference">
<enum name="parent" value="0" />
</attr>
<attr name="layout_constraintTop_toTopOf" format="reference">
<enum name="parent" value="0" />
</attr>
<attr name="layout_constraintVertical_bias" format="float" />
<attr name="layout_constraintVertical_chainStyle">
<enum name="packed" value="2" />
<enum name="spread" value="0" />
<enum name="spread_inside" value="1" />
</attr>
<attr name="layout_constraintVertical_weight" format="float" />
<attr name="layout_constraintWidth_default">
<enum name="spread" value="0" />
<enum name="wrap" value="1" />
</attr>
<attr name="layout_constraintWidth_max" format="dimension" />
<attr name="layout_constraintWidth_min" format="dimension" />
<attr name="layout_editor_absoluteX" format="dimension" />
<attr name="layout_editor_absoluteY" format="dimension" />
<attr name="layout_goneMarginBottom" format="dimension" />
<attr name="layout_goneMarginEnd" format="dimension" />
<attr name="layout_goneMarginLeft" format="dimension" />
<attr name="layout_goneMarginRight" format="dimension" />
<attr name="layout_goneMarginStart" format="dimension" />
<attr name="layout_goneMarginTop" format="dimension" />
<attr name="layout_optimizationLevel">
<flag name="all" value="0x00000002" />
<flag name="basic" value="0x00000004" />
<flag name="chains" value="0x00000008" />
<flag name="none" value="0x00000001" />
</attr>
</resources>