attrs.xml 254 B

123456789
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <declare-styleable name="MaxRelativeLayout">
  4. <attr name="maxLayoutWidth" format="dimension"/>
  5. <attr name="maxLayoutHeight" format="dimension"/>
  6. </declare-styleable>
  7. </resources>