26 lines
		
	
	
		
			790 B
		
	
	
	
		
			Plaintext
		
	
	
	
			
		
		
	
	
			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>
 |