This commit is contained in:
liujing
2022-07-25 21:42:40 +08:00
parent 34c9bc21e8
commit ce54bb80f9
5 changed files with 21 additions and 17 deletions

View File

@@ -2,16 +2,17 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="@dimen/dp_616"
android:layout_height="@dimen/dp_320">
android:layout_height="@dimen/dp_320"
android:background="@drawable/traffic_data_back">
<ImageView
android:layout_width="@dimen/dp_616"
android:layout_height="@dimen/dp_320"
android:src="@drawable/traffic_data_back"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"/>
<!-- <ImageView-->
<!-- android:layout_width="@dimen/dp_616"-->
<!-- android:layout_height="@dimen/dp_320"-->
<!-- android:src="@drawable/traffic_data_back"-->
<!-- app:layout_constraintTop_toTopOf="parent"-->
<!-- app:layout_constraintBottom_toBottomOf="parent"-->
<!-- app:layout_constraintLeft_toLeftOf="parent"-->
<!-- app:layout_constraintRight_toRightOf="parent"/>-->
<ImageView
android:id="@+id/speedImage"
android:layout_width="@dimen/dp_270"