oasystem/oamodule/src/main/res/layout/fragment_more_menu.xml
2022-05-10 15:52:56 +08:00

18 lines
633 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/gray_f0"
tools:context=".activity.common.FunctionListActivity">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rlv_function"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="10dp"
tools:listitem="@layout/item_type_function" />
</RelativeLayout>