pda/zhuike/.svn/pristine/c3/c3107692639bf705ffb729042f9...

26 lines
790 B
Plaintext

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
style="@style/llOutside"
tools:context=".Fragments.Fragment_booklist"
android:clipToPadding="false"
>
<android.support.v4.widget.SwipeRefreshLayout
android:id="@+id/swipeLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<android.support.v7.widget.RecyclerView
android:id="@+id/rvBooklist"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:nestedScrollingEnabled="true"
android:paddingTop="5dp"
/>
</android.support.v4.widget.SwipeRefreshLayout>
</FrameLayout>