修改布局适配bug(部分)

This commit is contained in:
md
2021-07-29 15:49:37 +08:00
parent e0e53d69fd
commit 0a0231396f
17 changed files with 100 additions and 84 deletions

View File

@@ -6,7 +6,7 @@
<ImageView
android:id="@+id/road_bg"
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="100dp"
android:background="@drawable/top_bg"
app:layout_constraintEnd_toEndOf="parent"