51 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			XML
		
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
|     <android.support.v4.widget.SwipeRefreshLayout
 | |
|         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"
 | |
|     android:layout_marginBottom="-2dp"
 | |
|         android:id="@+id/swipeLayout" >
 | |
| <!--
 | |
|     <com.novelbook.android.adapter.JudgeNestedScrollView
 | |
|         android:layout_width="match_parent"
 | |
|         android:layout_height="match_parent">
 | |
|     <com.ixiaow.multilayout.MultiLayout
 | |
|         android:id="@+id/topic_layout"
 | |
|         android:layout_width="match_parent"
 | |
|         android:layout_height="wrap_content"
 | |
|         app:tab_indicator_color="@color/colorAccent"
 | |
|         app:tab_indicator_height="1dp"
 | |
|         app:tab_indicator_radius="1dp"
 | |
|         app:tab_text_size="14sp"
 | |
| 
 | |
|         app:tl_indicator_style="BLOCK"
 | |
| 
 | |
|         app:tl_textUnselectColor="@color/darkgray" />
 | |
| </com.novelbook.android.adapter.JudgeNestedScrollView>
 | |
| -->
 | |
| 
 | |
|     <!-- TODO: Update blank fragment layout -->
 | |
|     <LinearLayout
 | |
|         android:layout_width="match_parent"
 | |
|         android:layout_height="match_parent"
 | |
|         android:orientation="vertical"
 | |
|         >
 | |
|    <!--   <FrameLayout
 | |
|           android:id="@+id/banner_container"
 | |
|           style="@style/frmBannerContainer"/>-->
 | |
| 
 | |
|     <android.support.v7.widget.RecyclerView
 | |
|         android:id="@+id/rvBangdan"
 | |
|         android:layout_weight="1"
 | |
|         android:divider="#ffff0000"
 | |
|         android:dividerHeight="5dp"
 | |
|         android:layout_width="match_parent"
 | |
|         android:layout_height="match_parent"
 | |
|         android:nestedScrollingEnabled="true"
 | |
|         android:paddingBottom="30dp"
 | |
|         android:layout_marginBottom="-2dp"
 | |
|         />
 | |
|     </LinearLayout>
 | |
| </android.support.v4.widget.SwipeRefreshLayout> |