2023-03-23 14:26:52 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
<include
|
|
|
|
android:id="@+id/anchor_say"
|
|
|
|
layout="@layout/sim_live_room_anchor_say"
|
2023-03-30 11:23:11 +08:00
|
|
|
android:layout_width="77dp"
|
2023-03-27 11:09:03 +08:00
|
|
|
android:layout_height="88dp"
|
2023-03-23 14:26:52 +08:00
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
android:visibility="invisible"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
|
android:id="@+id/constraintLayout2"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="400dp"
|
|
|
|
android:layout_marginTop="20dp"
|
|
|
|
android:background="@drawable/background_e6000"
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/anchor_say">
|
|
|
|
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/linearLayout2"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="0dp"
|
|
|
|
android:layout_marginTop="16dp"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
android:layout_weight="1"
|
2023-03-29 13:32:15 +08:00
|
|
|
android:text="@string/live_anchor_say_title"
|
2023-03-23 14:26:52 +08:00
|
|
|
android:textColor="#FFFFFF"
|
|
|
|
android:textSize="16sp" />
|
|
|
|
|
|
|
|
<ImageView
|
2023-03-27 11:09:03 +08:00
|
|
|
android:id="@+id/close"
|
2023-03-23 14:26:52 +08:00
|
|
|
android:layout_width="24dp"
|
|
|
|
android:layout_height="24dp"
|
|
|
|
android:layout_marginEnd="16dp"
|
|
|
|
app:srcCompat="@mipmap/live_close" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<View
|
|
|
|
android:id="@+id/divider"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="1dp"
|
|
|
|
android:layout_marginTop="16dp"
|
|
|
|
android:background="#1affffff"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/linearLayout2" />
|
|
|
|
|
|
|
|
<EditText
|
|
|
|
android:id="@+id/anchor_say_edit"
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="50dp"
|
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
android:layout_marginTop="16dp"
|
|
|
|
android:layout_marginEnd="16dp"
|
|
|
|
android:autofillHints=""
|
|
|
|
android:background="@drawable/bg_item_random_pk_type_1"
|
|
|
|
android:ems="10"
|
2023-03-29 13:32:15 +08:00
|
|
|
android:hint="@string/live_anchor_say_edit_hint"
|
2023-03-23 14:26:52 +08:00
|
|
|
android:inputType="textPersonName"
|
2023-03-27 11:09:03 +08:00
|
|
|
android:maxLength="16"
|
2023-03-23 14:26:52 +08:00
|
|
|
android:paddingStart="16dp"
|
|
|
|
android:paddingEnd="16dp"
|
|
|
|
android:textColorHint="#80FFFFFF"
|
|
|
|
android:textColor="#FFF"
|
|
|
|
android:textSize="16sp"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/divider" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:id="@+id/text2"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
android:layout_marginTop="16dp"
|
2023-03-29 13:32:15 +08:00
|
|
|
android:text="@string/live_anchor_say_select_style"
|
2023-03-23 14:26:52 +08:00
|
|
|
android:textColor="#FFFFFF"
|
|
|
|
android:textSize="12sp"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/anchor_say_edit" />
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
|
android:id="@+id/anchor_say_list"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="0dp"
|
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
android:layout_marginTop="16dp"
|
|
|
|
android:layout_marginEnd="16dp"
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/linearLayout3"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
app:layout_constraintTop_toBottomOf="@+id/text2"
|
|
|
|
tools:layoutManager="GridLayoutManager"
|
|
|
|
tools:listitem="@layout/item_anchor_say"
|
|
|
|
tools:spanCount="3" />
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/linearLayout3"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="60dp"
|
|
|
|
android:background="@color/black2"
|
|
|
|
android:orientation="horizontal"
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/constraintLayout2"
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
app:layout_constraintStart_toStartOf="parent">
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="0dp"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:gravity="center|start"
|
2023-03-29 13:32:15 +08:00
|
|
|
android:text="@string/live_anchor_say_switch"
|
2023-03-23 14:26:52 +08:00
|
|
|
android:textColor="#FFFFFF"
|
|
|
|
android:textSize="16sp" />
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/say_switch"
|
|
|
|
android:layout_width="40dp"
|
|
|
|
android:layout_height="24dp"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_marginEnd="16dp"
|
|
|
|
app:srcCompat="@mipmap/special_icon_off" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|