319 lines
11 KiB
XML
319 lines
11 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="280dp"
|
|
android:layout_height="440dp"
|
|
android:orientation="vertical"
|
|
app:cardCornerRadius="12dp"
|
|
app:cardElevation="16dp">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="16dp"
|
|
android:gravity="center"
|
|
android:text="@string/confirmation_of_broadcast"
|
|
android:textColor="#161616"
|
|
android:textSize="16sp" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/line_clarity"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="29dp"
|
|
android:layout_marginTop="14dp"
|
|
android:layout_marginEnd="29dp"
|
|
android:gravity="center_vertical">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/clarity"
|
|
android:textColor="#999999"
|
|
android:textSize="14sp" />
|
|
|
|
<View
|
|
android:layout_width="0dp"
|
|
android:layout_height="1dp"
|
|
android:layout_weight="1" />
|
|
|
|
<TextView
|
|
android:id="@+id/text_clarity"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/clarity"
|
|
android:textColor="#FFC621"
|
|
android:textSize="14sp" />
|
|
|
|
<ImageView
|
|
android:layout_width="5dp"
|
|
android:layout_height="10dp"
|
|
android:layout_marginStart="6dp"
|
|
android:src="@mipmap/icon_more_open" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/line_live_room_type"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="29dp"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginEnd="29dp"
|
|
android:gravity="center_vertical">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/live_room_type"
|
|
android:textColor="#999999"
|
|
android:textSize="14sp" />
|
|
|
|
<View
|
|
android:layout_width="0dp"
|
|
android:layout_height="1dp"
|
|
android:layout_weight="1" />
|
|
|
|
<TextView
|
|
android:id="@+id/text_live_room_type"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/clarity"
|
|
android:textColor="#FFC621"
|
|
android:textSize="14sp" />
|
|
|
|
<ImageView
|
|
android:layout_width="5dp"
|
|
android:layout_height="10dp"
|
|
android:layout_marginStart="6dp"
|
|
android:src="@mipmap/icon_more_open" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/line_live_class"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="29dp"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginEnd="29dp"
|
|
android:gravity="center_vertical">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/live_class1"
|
|
android:textColor="#999999"
|
|
android:textSize="14sp" />
|
|
|
|
<View
|
|
android:layout_width="0dp"
|
|
android:layout_height="1dp"
|
|
android:layout_weight="1" />
|
|
|
|
<TextView
|
|
android:id="@+id/text_live_class"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/live_class1"
|
|
android:textColor="#FFC621"
|
|
android:textSize="14sp" />
|
|
|
|
<ImageView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="10dp"
|
|
android:layout_marginStart="6dp"
|
|
android:src="@mipmap/icon_more_open" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/line_live_wishlist"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="29dp"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginEnd="29dp"
|
|
android:gravity="center_vertical">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/live_wishlist"
|
|
android:textColor="#999999"
|
|
android:textSize="14sp" />
|
|
|
|
<View
|
|
android:layout_width="0dp"
|
|
android:layout_height="1dp"
|
|
android:layout_weight="1" />
|
|
|
|
<TextView
|
|
android:id="@+id/text_live_wishlist"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/clarity"
|
|
android:textColor="#FFC621"
|
|
android:textSize="14sp" />
|
|
|
|
<ImageView
|
|
android:layout_width="5dp"
|
|
android:layout_height="10dp"
|
|
android:layout_marginStart="6dp"
|
|
android:src="@mipmap/icon_more_open" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/line_robot"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="29dp"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginEnd="29dp"
|
|
android:gravity="center_vertical">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/robot"
|
|
android:textColor="#999999"
|
|
android:textSize="14sp" />
|
|
|
|
<View
|
|
android:layout_width="0dp"
|
|
android:layout_height="1dp"
|
|
android:layout_weight="1" />
|
|
|
|
<TextView
|
|
android:id="@+id/text_robot"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/clarity"
|
|
android:textColor="#FFC621"
|
|
android:textSize="14sp" />
|
|
|
|
<ImageView
|
|
android:layout_width="5dp"
|
|
android:layout_height="10dp"
|
|
android:layout_marginStart="6dp"
|
|
android:src="@mipmap/icon_more_open" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/line_say"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="29dp"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginEnd="29dp"
|
|
android:gravity="center_vertical">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/live_fun_anchor_say"
|
|
android:textColor="#999999"
|
|
android:textSize="14sp" />
|
|
|
|
<View
|
|
android:layout_width="0dp"
|
|
android:layout_height="1dp"
|
|
android:layout_weight="1" />
|
|
|
|
<TextView
|
|
android:id="@+id/text_say"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/clarity"
|
|
android:textColor="#FFC621"
|
|
android:textSize="14sp" />
|
|
|
|
<ImageView
|
|
android:layout_width="5dp"
|
|
android:layout_height="10dp"
|
|
android:layout_marginStart="6dp"
|
|
android:src="@mipmap/icon_more_open" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/line_call"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="29dp"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginEnd="29dp"
|
|
android:gravity="center_vertical">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/live_fun_call_me"
|
|
android:textColor="#999999"
|
|
android:textSize="14sp" />
|
|
|
|
<View
|
|
android:layout_width="0dp"
|
|
android:layout_height="1dp"
|
|
android:layout_weight="1" />
|
|
|
|
<TextView
|
|
android:id="@+id/text_call"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/clarity"
|
|
android:textColor="#FFC621"
|
|
android:textSize="14sp" />
|
|
|
|
<ImageView
|
|
android:layout_width="5dp"
|
|
android:layout_height="10dp"
|
|
android:layout_marginStart="6dp"
|
|
android:src="@mipmap/icon_more_open" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content">
|
|
|
|
<TextView
|
|
android:id="@+id/live_open_cancel"
|
|
android:layout_width="100dp"
|
|
android:layout_height="36dp"
|
|
android:layout_marginStart="16dp"
|
|
android:layout_marginTop="24dp"
|
|
android:background="@drawable/backgroud_live_open_lfet"
|
|
android:gravity="center"
|
|
android:text="@string/back"
|
|
android:textColor="#FFC621"
|
|
android:textSize="14sp" />
|
|
|
|
<View
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1" />
|
|
|
|
<TextView
|
|
android:id="@+id/live_open_ok"
|
|
android:layout_width="100dp"
|
|
android:layout_height="36dp"
|
|
android:layout_marginTop="24dp"
|
|
android:layout_marginEnd="16dp"
|
|
android:background="@drawable/backgroud_live_open_right"
|
|
android:gravity="center"
|
|
android:text="@string/broadcast"
|
|
android:textColor="@color/white"
|
|
android:textSize="14sp" />
|
|
</LinearLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
</androidx.cardview.widget.CardView> |