2022-08-17 14:12:31 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:background="@drawable/bg_live_tota"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<TextView
|
2022-10-27 10:36:25 +08:00
|
|
|
android:id="@+id/fun_games"
|
2022-08-17 14:12:31 +08:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
android:layout_marginTop="24dp"
|
|
|
|
android:text="@string/fun_games"
|
|
|
|
android:textColor="@color/white"
|
2022-10-27 10:36:25 +08:00
|
|
|
android:textSize="14sp"
|
|
|
|
android:visibility="gone" />
|
2022-08-17 14:12:31 +08:00
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
|
android:id="@+id/fun_games_list"
|
|
|
|
android:layout_width="match_parent"
|
2022-10-27 14:48:07 +08:00
|
|
|
android:layout_height="wrap_content"
|
2022-08-17 14:12:31 +08:00
|
|
|
android:layout_marginStart="16dp"
|
2022-10-27 10:36:25 +08:00
|
|
|
android:visibility="gone" />
|
2022-08-17 14:12:31 +08:00
|
|
|
|
|
|
|
<TextView
|
2022-10-27 10:36:25 +08:00
|
|
|
android:id="@+id/value_added_benefits"
|
2022-08-17 14:12:31 +08:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
android:layout_marginTop="30dp"
|
|
|
|
android:text="@string/value_added_benefits"
|
|
|
|
android:textColor="@color/white"
|
2022-10-27 10:36:25 +08:00
|
|
|
android:textSize="14sp"
|
|
|
|
android:visibility="gone" />
|
2022-08-17 14:12:31 +08:00
|
|
|
|
2022-09-06 18:18:17 +08:00
|
|
|
<HorizontalScrollView
|
2022-10-27 10:36:25 +08:00
|
|
|
android:id="@+id/benefits"
|
2022-09-06 18:18:17 +08:00
|
|
|
android:layout_width="wrap_content"
|
2022-08-17 14:12:31 +08:00
|
|
|
android:layout_height="wrap_content"
|
2022-10-27 10:36:25 +08:00
|
|
|
android:scrollbars="none"
|
|
|
|
android:visibility="gone">
|
2022-08-17 14:12:31 +08:00
|
|
|
|
|
|
|
<LinearLayout
|
2022-09-06 18:18:17 +08:00
|
|
|
android:layout_width="match_parent"
|
2022-08-17 14:12:31 +08:00
|
|
|
android:layout_height="wrap_content"
|
2022-09-06 18:18:17 +08:00
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
android:layout_marginTop="10dp"
|
2022-10-27 10:36:25 +08:00
|
|
|
android:layout_marginBottom="20dp"
|
2022-09-06 18:18:17 +08:00
|
|
|
android:paddingEnd="16dp">
|
2022-08-17 14:12:31 +08:00
|
|
|
|
2022-09-06 18:18:17 +08:00
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/popular"
|
2022-08-17 14:12:31 +08:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2022-09-06 18:18:17 +08:00
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="40dp"
|
|
|
|
android:layout_height="40dp"
|
|
|
|
android:src="@mipmap/live_more_icon_moods" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="6dp"
|
|
|
|
android:text="@string/popular_tickets"
|
|
|
|
android:textColor="#FF9A9A9A"
|
|
|
|
android:textSize="12sp" />
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/live_wks_layout"
|
2022-08-17 14:12:31 +08:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2022-09-06 18:18:17 +08:00
|
|
|
android:layout_marginStart="28dp"
|
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="40dp"
|
|
|
|
android:layout_height="40dp"
|
|
|
|
android:src="@mipmap/live_more_icon_zhouxinglist" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="6dp"
|
|
|
|
android:text="@string/live_wks"
|
|
|
|
android:textColor="#FF9A9A9A"
|
|
|
|
android:textSize="12sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/activity_center"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="28dp"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="40dp"
|
|
|
|
android:layout_height="40dp"
|
|
|
|
android:src="@mipmap/live_more_icon_events" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="6dp"
|
|
|
|
android:text="@string/activity_center"
|
|
|
|
android:textColor="#FF9A9A9A"
|
|
|
|
android:textSize="12sp" />
|
|
|
|
</LinearLayout>
|
2022-08-17 14:12:31 +08:00
|
|
|
</LinearLayout>
|
2022-09-06 18:18:17 +08:00
|
|
|
</HorizontalScrollView>
|
2022-08-17 14:12:31 +08:00
|
|
|
|
|
|
|
|
|
|
|
<TextView
|
2022-10-27 10:36:25 +08:00
|
|
|
android:id="@+id/basic_tools"
|
2022-08-17 14:12:31 +08:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
android:layout_marginTop="30dp"
|
|
|
|
android:text="@string/basic_tools"
|
|
|
|
android:textColor="@color/white"
|
|
|
|
android:textSize="14sp" />
|
|
|
|
|
2022-09-06 18:18:17 +08:00
|
|
|
<HorizontalScrollView
|
2022-10-27 10:36:25 +08:00
|
|
|
android:id="@+id/basic_tools_layout"
|
2022-09-06 18:18:17 +08:00
|
|
|
android:layout_width="wrap_content"
|
2022-08-17 14:12:31 +08:00
|
|
|
android:layout_height="wrap_content"
|
2022-09-06 18:18:17 +08:00
|
|
|
|
|
|
|
android:scrollbars="none">
|
2022-08-17 14:12:31 +08:00
|
|
|
|
|
|
|
<LinearLayout
|
2022-09-06 18:18:17 +08:00
|
|
|
android:layout_width="match_parent"
|
2022-08-17 14:12:31 +08:00
|
|
|
android:layout_height="wrap_content"
|
2022-09-06 18:18:17 +08:00
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
android:layout_marginBottom="20dp"
|
|
|
|
android:paddingEnd="16dp">
|
2022-08-17 14:12:31 +08:00
|
|
|
|
2022-09-06 18:18:17 +08:00
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/live_link_mic"
|
2022-08-17 14:12:31 +08:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2022-09-06 18:18:17 +08:00
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="40dp"
|
|
|
|
android:layout_height="40dp"
|
|
|
|
android:src="@mipmap/live_more_icon_connect" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="6dp"
|
|
|
|
android:text="@string/live_link_mic_2"
|
|
|
|
android:textColor="#FF9A9A9A"
|
|
|
|
android:textSize="12sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/effects_settings_layout"
|
2022-08-17 14:12:31 +08:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2022-09-06 18:18:17 +08:00
|
|
|
android:layout_marginStart="23dp"
|
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="40dp"
|
|
|
|
android:layout_height="40dp"
|
|
|
|
android:src="@mipmap/live_more_icon_special" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="6dp"
|
|
|
|
android:text="@string/effects_settings"
|
|
|
|
android:textColor="#FF9A9A9A"
|
|
|
|
android:textSize="12sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
2022-10-06 13:06:46 +08:00
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/slide_settings_layout"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="23dp"
|
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="40dp"
|
|
|
|
android:layout_height="40dp"
|
|
|
|
android:src="@mipmap/live_more_icon_sliding" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="6dp"
|
|
|
|
android:text="@string/slide_settings"
|
|
|
|
android:textColor="#FF9A9A9A"
|
|
|
|
android:textSize="12sp" />
|
|
|
|
</LinearLayout>
|
2022-10-27 10:36:25 +08:00
|
|
|
|
2022-10-20 10:48:58 +08:00
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/float_settings_layout"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="23dp"
|
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="40dp"
|
|
|
|
android:layout_height="40dp"
|
|
|
|
android:src="@mipmap/live_more_icon_fenestrule" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="6dp"
|
|
|
|
android:text="@string/small_window"
|
|
|
|
android:textColor="#FF9A9A9A"
|
|
|
|
android:textSize="12sp" />
|
|
|
|
</LinearLayout>
|
2022-10-06 13:06:46 +08:00
|
|
|
|
2022-09-06 18:18:17 +08:00
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/system_notice"
|
2022-09-06 10:58:54 +08:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2022-09-06 18:18:17 +08:00
|
|
|
android:layout_marginStart="23dp"
|
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="40dp"
|
|
|
|
android:layout_height="40dp"
|
|
|
|
android:src="@mipmap/live_more_icon_system" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="6dp"
|
|
|
|
android:text="@string/system_notice"
|
|
|
|
android:textColor="#FF9A9A9A"
|
|
|
|
android:textSize="12sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/online"
|
2022-09-06 10:58:54 +08:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2022-09-06 18:18:17 +08:00
|
|
|
android:layout_marginStart="23dp"
|
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="40dp"
|
|
|
|
android:layout_height="40dp"
|
|
|
|
android:src="@mipmap/live_more_icon_service" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="6dp"
|
|
|
|
android:text="@string/online_service"
|
|
|
|
android:textColor="#FF9A9A9A"
|
|
|
|
android:textSize="12sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/report_layout"
|
2022-09-01 13:28:30 +08:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2022-09-06 18:18:17 +08:00
|
|
|
android:layout_marginStart="23dp"
|
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="40dp"
|
|
|
|
android:layout_height="40dp"
|
|
|
|
android:src="@mipmap/live_more_icon_report" />
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="6dp"
|
|
|
|
android:text="@string/report"
|
|
|
|
android:textColor="#FF9A9A9A"
|
|
|
|
android:textSize="12sp" />
|
|
|
|
</LinearLayout>
|
2022-09-01 13:28:30 +08:00
|
|
|
</LinearLayout>
|
2022-09-06 18:18:17 +08:00
|
|
|
</HorizontalScrollView>
|
2022-08-17 14:12:31 +08:00
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|