2022-11-09 09:47:04 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-11-09 16:04:48 +08:00
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2022-11-09 09:47:04 +08:00
|
|
|
android:layout_width="330dp"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:background="@drawable/backgroud_custom_drawer_popup"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<HorizontalScrollView
|
|
|
|
android:id="@+id/basic_tools_layout"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2022-11-09 16:04:48 +08:00
|
|
|
android:layout_alignParentBottom="true"
|
2022-11-09 09:47:04 +08:00
|
|
|
android:scrollbars="none">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="16dp"
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
android:layout_marginBottom="34dp"
|
|
|
|
android:paddingEnd="16dp">
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/live_link_mic"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="26dp"
|
|
|
|
android:layout_height="26dp"
|
|
|
|
android:src="@mipmap/live_more_icon_connect_new" />
|
|
|
|
|
|
|
|
<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="10sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/effects_settings_layout"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="26dp"
|
|
|
|
android:layout_height="26dp"
|
|
|
|
android:src="@mipmap/live_more_icon_special_new" />
|
|
|
|
|
|
|
|
<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="10sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/slide_settings_layout"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="26dp"
|
|
|
|
android:layout_height="26dp"
|
|
|
|
android:src="@mipmap/live_more_icon_sliding_new" />
|
|
|
|
|
|
|
|
<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="10sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/float_settings_layout"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="26dp"
|
|
|
|
android:layout_height="26dp"
|
|
|
|
android:src="@mipmap/live_more_icon_fenestrule_new" />
|
|
|
|
|
|
|
|
<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="10sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/system_notice"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="26dp"
|
|
|
|
android:layout_height="26dp"
|
|
|
|
android:src="@mipmap/live_more_icon_hd" />
|
|
|
|
|
|
|
|
<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="10sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
<LinearLayout
|
|
|
|
android:id="@+id/online"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginStart="12dp"
|
|
|
|
android:gravity="center"
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:layout_width="26dp"
|
|
|
|
android:layout_height="26dp"
|
|
|
|
android:src="@mipmap/live_more_icon_more" />
|
|
|
|
|
|
|
|
<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="10sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</HorizontalScrollView>
|
|
|
|
|
2022-11-09 16:04:48 +08:00
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
|
|
android:id="@+id/drawerList"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_above="@id/basic_tools_layout"
|
|
|
|
android:layout_marginTop="48dp" />
|
|
|
|
|
2022-11-09 09:47:04 +08:00
|
|
|
|
2022-11-09 16:04:48 +08:00
|
|
|
</RelativeLayout>
|