[6.5.0] ui adjust
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
@@ -4,25 +4,24 @@
|
||||
android:layout_height="match_parent"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:background="@drawable/bg_light">
|
||||
android:background="@drawable/bg_hmi_nor_test_light">
|
||||
|
||||
<TextView
|
||||
android:text="@string/road_cross_live_tip"
|
||||
android:textColor="@color/color_131415"
|
||||
android:textSize="@dimen/dp_28"
|
||||
android:layout_marginStart="@dimen/dp_34"
|
||||
android:layout_marginTop="@dimen/dp_28"
|
||||
android:layout_marginTop="@dimen/dp_23"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintLeft_toLeftOf="parent"/>
|
||||
app:layout_constraintLeft_toLeftOf="@+id/roadCrossLivePlayer"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/roadCrossLiveClose"
|
||||
android:layout_width="@dimen/dp_50"
|
||||
android:layout_height="@dimen/dp_50"
|
||||
android:scaleType="center"
|
||||
android:layout_marginTop="@dimen/dp_14"
|
||||
android:layout_marginTop="@dimen/dp_10"
|
||||
android:layout_marginEnd="@dimen/dp_14"
|
||||
android:src="@drawable/bg_close_nor_light"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
@@ -33,7 +32,7 @@
|
||||
android:id="@+id/roadCrossLiveBg"
|
||||
android:layout_width="@dimen/dp_498"
|
||||
android:layout_height="@dimen/dp_280"
|
||||
android:layout_margin="@dimen/dp_87"
|
||||
android:layout_margin="@dimen/dp_80"
|
||||
android:background="@drawable/bg_road_cross_live_light_empty"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
@@ -55,7 +54,7 @@
|
||||
android:id="@+id/roadCrossLivePlayer"
|
||||
android:layout_width="@dimen/dp_498"
|
||||
android:layout_height="@dimen/dp_280"
|
||||
android:layout_margin="@dimen/dp_87"
|
||||
android:layout_margin="@dimen/dp_80"
|
||||
android:visibility="visible"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
@@ -66,7 +65,7 @@
|
||||
style="?android:attr/progressBarStyleSmall"
|
||||
android:layout_width="@dimen/dp_55"
|
||||
android:layout_height="@dimen/dp_55"
|
||||
android:layout_marginTop="@dimen/dp_210"
|
||||
android:layout_marginTop="@dimen/dp_190"
|
||||
android:visibility="visible"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
|
||||
Reference in New Issue
Block a user