45 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			45 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
|  | <?xml version="1.0" encoding="utf-8"?> | ||
|  | <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
|  |     xmlns:tools="http://schemas.android.com/tools" | ||
|  |     xmlns:app="http://schemas.android.com/apk/res-auto" | ||
|  |     android:layout_width="match_parent" | ||
|  |     android:layout_height="match_parent" | ||
|  |     tools:context=".BlankFragment"> | ||
|  | 
 | ||
|  |     <android.support.v4.widget.NestedScrollView | ||
|  |         android:id="@+id/n_scroll_view" | ||
|  |         android:layout_width="match_parent" | ||
|  |         android:layout_height="match_parent" | ||
|  |         app:layout_behavior="@string/appbar_scrolling_view_behavior"> | ||
|  |         <LinearLayout | ||
|  |             android:layout_width="match_parent" | ||
|  |             android:layout_height="wrap_content" | ||
|  |             android:orientation="vertical"> | ||
|  |             <TextView | ||
|  |                 android:layout_width="match_parent" | ||
|  |                 android:layout_height="wrap_content" | ||
|  |                 android:text="哈" | ||
|  |                 android:textColor="#0f0" | ||
|  |                 android:textSize="200sp" /> | ||
|  |             <TextView | ||
|  |                 android:layout_width="match_parent" | ||
|  |                 android:layout_height="wrap_content" | ||
|  |                 android:text="哈" | ||
|  |                 android:textColor="#0f0" | ||
|  |                 android:textSize="200sp" /> | ||
|  |             <TextView | ||
|  |                 android:layout_width="match_parent" | ||
|  |                 android:layout_height="wrap_content" | ||
|  |                 android:text="哈" | ||
|  |                 android:textColor="#0f0" | ||
|  |                 android:textSize="200sp" /> | ||
|  |             <TextView | ||
|  |                 android:layout_width="match_parent" | ||
|  |                 android:layout_height="wrap_content" | ||
|  |                 android:text="哈" | ||
|  |                 android:textColor="#0f0" | ||
|  |                 android:textSize="200sp" /> | ||
|  |         </LinearLayout> | ||
|  |     </android.support.v4.widget.NestedScrollView> | ||
|  | 
 | ||
|  | </FrameLayout> |