优化小地图布局
修复启动异常

Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
donghongyu
2022-02-17 16:22:06 +08:00
parent 14bcc09d3e
commit f0b0b874e9
3 changed files with 7 additions and 6 deletions

View File

@@ -8,6 +8,8 @@
android:id="@+id/smallMapDirectionView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="30px"
android:layout_marginBottom="30px"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" />