[add] 预警目标物底层的红色圆圈位置-未完成

This commit is contained in:
liujing
2021-04-13 20:03:30 +08:00
parent aa371e1d8c
commit 75c52c9f22
6 changed files with 76 additions and 59 deletions

View File

@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:orientation="vertical">
<ImageView
android:layout_marginTop="@dimen/dp_100"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/common_marker_bottom_floor"/>
android:src="@drawable/common_marker_bottom_floor" />
</LinearLayout>