个播PK:PK规则背景修改
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 174 KiB After Width: | Height: | Size: 179 KiB |
@@ -9,7 +9,7 @@
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:id="@+id/cl_root"
|
||||
android:layout_width="300dp"
|
||||
android:layout_height="306dp"
|
||||
android:layout_height="324dp"
|
||||
android:layout_gravity="center"
|
||||
android:background="@drawable/bg_single_room_pk_rule_dialog"
|
||||
android:orientation="vertical">
|
||||
@@ -18,7 +18,7 @@
|
||||
android:id="@+id/tv_title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="64dp"
|
||||
android:layout_marginTop="82dp"
|
||||
android:text="PK结束"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="18sp"
|
||||
@@ -30,6 +30,7 @@
|
||||
android:id="@+id/iv_close"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="15dp"
|
||||
android:scaleType="fitXY"
|
||||
android:src="@drawable/ic_room_pk_force_finish_close"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
@@ -8,7 +8,7 @@
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:layout_width="300dp"
|
||||
android:layout_height="306dp"
|
||||
android:layout_height="324dp"
|
||||
android:layout_gravity="center"
|
||||
android:background="@drawable/bg_single_room_pk_rule_dialog"
|
||||
android:orientation="vertical">
|
||||
@@ -17,7 +17,7 @@
|
||||
android:id="@+id/tv_title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="64dp"
|
||||
android:layout_marginTop="82dp"
|
||||
android:text="PK邀请"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="15sp"
|
||||
@@ -29,6 +29,7 @@
|
||||
android:id="@+id/tv_close_time"
|
||||
android:layout_width="35dp"
|
||||
android:layout_height="26dp"
|
||||
android:layout_marginTop="15dp"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:background="@drawable/shape_white_alpha_66"
|
||||
android:gravity="center"
|
||||
@@ -109,11 +110,11 @@
|
||||
android:textColor="@color/color_333333"
|
||||
android:textSize="14sp"
|
||||
android:visibility="gone"
|
||||
tools:visibility="visible"
|
||||
app:layout_constraintBottom_toBottomOf="@id/tv_desc_title"
|
||||
app:layout_constraintStart_toEndOf="@id/tv_desc_title"
|
||||
app:layout_constraintTop_toTopOf="@id/tv_desc_title"
|
||||
tools:text="邀请方的名字名字" />
|
||||
tools:text="邀请方的名字名字"
|
||||
tools:visibility="visible" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_refuse"
|
||||
@@ -128,8 +129,7 @@
|
||||
android:textColor="#FF5486FD"
|
||||
android:textSize="12sp"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
/>
|
||||
app:layout_constraintStart_toStartOf="parent" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_received"
|
||||
|
@@ -8,7 +8,7 @@
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:layout_width="300dp"
|
||||
android:layout_height="306dp"
|
||||
android:layout_height="324dp"
|
||||
android:layout_gravity="center"
|
||||
android:background="@drawable/bg_single_room_pk_rule_dialog"
|
||||
android:orientation="vertical">
|
||||
@@ -17,7 +17,7 @@
|
||||
android:id="@+id/tv_title"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="64dp"
|
||||
android:layout_marginTop="82dp"
|
||||
android:text="主播PK规则"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="15sp"
|
||||
@@ -30,7 +30,7 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
android:layout_marginStart="15dp"
|
||||
android:layout_marginTop="110dp"
|
||||
android:layout_marginTop="130dp"
|
||||
android:layout_marginEnd="15dp"
|
||||
android:layout_marginBottom="23dp"
|
||||
android:scrollbars="vertical"
|
||||
@@ -46,7 +46,9 @@
|
||||
android:id="@+id/iv_close"
|
||||
android:layout_width="22dp"
|
||||
android:layout_height="22dp"
|
||||
android:layout_marginTop="15dp"
|
||||
android:layout_marginEnd="14dp"
|
||||
android:src="@drawable/ic_room_pk_force_finish_close"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
|
Reference in New Issue
Block a user