20 lines
659 B
XML
20 lines
659 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical"
|
|
>
|
|
|
|
<include layout="@layout/view_title_custom"/>
|
|
|
|
<com.yunbao.common.custom.CommonRefreshView
|
|
android:id="@+id/refreshView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginTop="1dp"
|
|
android:background="@color/white"
|
|
app:crv_itemCount="50"
|
|
/>
|
|
</LinearLayout> |