oasystem/oamodule/src/main/res/layout/fragment_oa_flow_log.xml
2022-05-30 14:29:19 +08:00

12 lines
459 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="match_parent"
android:background="@color/gray_bg"
android:orientation="vertical">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rlv_logs"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>