river-lucky-driver/app/src/main/res/layout/huoyuan_qiangdan.xml
2022-08-24 09:32:54 +08:00

18 lines
669 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="wrap_content"
android:id="@+id/huoyuan_qiangdan"
android:layout_marginBottom="@dimen/dp_3"
android:paddingBottom="@dimen/dp_3">
<com.arpa.hndahesudintocctmsdriver.util.view.BaseRecyclerView
android:id="@+id/qiang_rv"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:overScrollMode="never"
android:layout_marginBottom="@dimen/dp_100"
android:paddingBottom="@dimen/dp_10" />
</LinearLayout>