解决小地图位置

This commit is contained in:
董宏宇
2021-04-15 16:22:25 +08:00
parent 5557ab7253
commit b399ea53af
2 changed files with 3 additions and 6 deletions

View File

@@ -4,7 +4,6 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="@dimen/module_small_map_padding"
tools:parentTag="RelativeLayout">
@@ -12,6 +11,7 @@
android:layout_width="@dimen/module_small_map_view_border_width"
android:layout_height="@dimen/module_small_map_view_border_height"
android:layout_centerInParent="true"
android:layout_margin="@dimen/module_small_map_padding"
android:background="@drawable/module_small_map_view_border" />
<com.mogo.module.common.view.RoundLayout