提交资源文件

This commit is contained in:
qiji4215
2023-05-04 18:03:11 +08:00
parent 2ab18451e3
commit dfbdc1500f
25 changed files with 72 additions and 36 deletions

View File

@@ -249,7 +249,7 @@ public final class NIMapView extends RelativeLayout {
// 增加比例尺图层
NaviMapScaleBar naviMapScaleBar = new NaviMapScaleBar(getVtmMap());
naviMapScaleBar.initScaleBarLayer(GLViewport.Position.BOTTOM_LEFT, 25, 60);
naviMapScaleBar.initScaleBarLayer(GLViewport.Position.BOTTOM_LEFT, 20, 84);
// if (gridLayer == null) {
// gridLayer = new TileGridLayer(getVtmMap());

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:width="72dp" android:height="155dp">
<shape android:shape="rectangle">
<stroke android:width="3px" android:color="#FFFFF0" />
<solid android:color="#FFFFFFFF" />
<corners android:radius="36dp" />
</shape>
</item>
</selector>

View File

@@ -32,6 +32,9 @@
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_alignParentBottom="true"
android:layout_marginRight="20dp"
android:layout_marginBottom="48dp"
android:background="@drawable/map_zoom_bg_xml"
android:orientation="vertical"
android:padding="@dimen/nimap_defalut_padding">
@@ -39,7 +42,7 @@
android:id="@+id/navinfo_map_zoom_in"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/bg_nimap_default_button"
android:background="@null"
android:clickable="true"
android:focusable="true"
android:src="@drawable/icon_map_zoom_in" />
@@ -52,7 +55,7 @@
android:id="@+id/navinfo_map_zoom_out"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/bg_nimap_default_button"
android:background="@null"
android:clickable="true"
android:focusable="true"
android:src="@drawable/icon_map_zoom_out" />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 232 B

After

Width:  |  Height:  |  Size: 195 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 274 B

After

Width:  |  Height:  |  Size: 191 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 246 B

After

Width:  |  Height:  |  Size: 156 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 289 B

After

Width:  |  Height:  |  Size: 155 B

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="nimap_defalut_padding">12dp</dimen>
<dimen name="nimap_defalut_padding">5dp</dimen>
</resources>