23 lines
998 B
XML
23 lines
998 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<declare-styleable name="PercentViewBehavior">
|
|
<attr name="behavior_dependsOn" format="reference" />
|
|
<attr name="behavior_dependType">
|
|
<enum name="height" value="0" />
|
|
<enum name="width" value="1" />
|
|
<enum name="x" value="2" />
|
|
<enum name="y" value="3" />
|
|
</attr>
|
|
|
|
<attr name="behavior_dependTarget" format="dimension" />
|
|
|
|
<attr name="behavior_targetX" format="dimension" />
|
|
<attr name="behavior_targetY" format="dimension" />
|
|
<attr name="behavior_targetWidth" format="dimension" />
|
|
<attr name="behavior_targetHeight" format="dimension" />
|
|
<attr name="behavior_targetBackgroundColor" format="color" />
|
|
<attr name="behavior_targetAlpha" format="float" />
|
|
<attr name="behavior_targetRotateX" format="float" />
|
|
<attr name="behavior_targetRotateY" format="float" />
|
|
</declare-styleable>
|
|
</resources> |