pdlivexp/common/src/main/res/layout/dialog_live_new_role.xml
2023-11-15 14:27:56 +08:00

14 lines
502 B
XML

<?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="395dp"
android:background="@drawable/bg_live_tota"
android:orientation="vertical">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/drawerList"
android:overScrollMode="never"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</LinearLayout>