13 lines
495 B
XML
13 lines
495 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<declare-styleable name="GridMapView">
|
|
<attr name="columns" format="integer" />
|
|
<attr name="rows" format="integer" />
|
|
<attr name="spacing" format="dimension" />
|
|
<attr name="initCenterX" format="float" />
|
|
<attr name="initCenterY" format="float" />
|
|
<attr name="initViewWidth" format="dimension" />
|
|
<attr name="initViewHeight" format="dimension" />
|
|
</declare-styleable>
|
|
</resources>
|