19 lines
677 B
XML
19 lines
677 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<declare-styleable name="MyGridLayout">
|
|
<attr name="numColumns" format="integer" />
|
|
<attr name="numRows" format="integer" />
|
|
<attr name="itemMargin" format="integer" />
|
|
</declare-styleable>
|
|
|
|
<!-- JzvdStdRound -->
|
|
<declare-styleable name="JzvdStdRound">
|
|
<attr name="radius" format="dimension" />
|
|
<attr name="left_top_radius" format="dimension" />
|
|
<attr name="right_top_radius" format="dimension" />
|
|
<attr name="right_bottom_radius" format="dimension" />
|
|
<attr name="left_bottom_radius" format="dimension" />
|
|
</declare-styleable>
|
|
|
|
</resources> |