修改故障求助marker显示实现方式
修改自车图标设置实现
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="wrap_content" android:layout_height="wrap_content">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/module_map_amap_my_location_iv"
|
||||
android:layout_width="@dimen/module_map_amap_my_location_size"
|
||||
android:layout_height="@dimen/module_map_amap_my_location_size" />
|
||||
</FrameLayout>
|
||||
4
libraries/map-amap/src/main/res/values-xhdpi/dimens.xml
Normal file
4
libraries/map-amap/src/main/res/values-xhdpi/dimens.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<dimen name="module_map_amap_my_location_size">370px</dimen>
|
||||
</resources>
|
||||
@@ -1,4 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<dimen name="path_width">60px</dimen>
|
||||
<dimen name="module_map_amap_my_location_size">146px</dimen>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user