绘图与缩略完成
This commit is contained in:
12
positions/src/main/res/values/attrs.xml
Normal file
12
positions/src/main/res/values/attrs.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user