绘图与缩略完成

This commit is contained in:
ZhanGSKen
2025-02-22 19:43:11 +08:00
parent 3bcfc5a5da
commit 5e107028de
11 changed files with 400 additions and 16 deletions

View 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>