[6.5.0] fix ui
This commit is contained in:
@@ -4,17 +4,18 @@
|
||||
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_hmi_nor_test_light">
|
||||
android:background="@drawable/bg_right_base_light">
|
||||
|
||||
<TextView
|
||||
android:text="@string/road_cross_live_tip"
|
||||
android:textColor="@color/color_131415"
|
||||
android:textSize="@dimen/dp_28"
|
||||
android:layout_marginTop="@dimen/dp_23"
|
||||
android:layout_marginTop="@dimen/dp_20"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintLeft_toLeftOf="@+id/roadCrossLivePlayer"/>
|
||||
android:layout_marginStart="@dimen/dp_30"
|
||||
app:layout_constraintLeft_toLeftOf="parent"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/roadCrossLiveClose"
|
||||
@@ -32,7 +33,7 @@
|
||||
android:id="@+id/roadCrossLiveBg"
|
||||
android:layout_width="@dimen/dp_498"
|
||||
android:layout_height="@dimen/dp_280"
|
||||
android:layout_margin="@dimen/dp_80"
|
||||
android:layout_marginTop="@dimen/dp_78"
|
||||
android:background="@drawable/bg_road_cross_live_light_empty"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
@@ -54,7 +55,7 @@
|
||||
android:id="@+id/roadCrossLivePlayer"
|
||||
android:layout_width="@dimen/dp_498"
|
||||
android:layout_height="@dimen/dp_280"
|
||||
android:layout_margin="@dimen/dp_80"
|
||||
android:layout_marginTop="@dimen/dp_78"
|
||||
android:visibility="visible"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
|
||||
Reference in New Issue
Block a user