54 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			54 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
|  | <?xml version="1.0" encoding="utf-8"?> | ||
|  | <android.support.design.widget.CoordinatorLayout | ||
|  |     xmlns:android="http://schemas.android.com/apk/res/android" | ||
|  |     xmlns:app="http://schemas.android.com/apk/res-auto" | ||
|  |     xmlns:tools="http://schemas.android.com/tools" | ||
|  |     android:layout_width="match_parent" | ||
|  |     android:layout_height="match_parent" | ||
|  |     tools:context="com.novelbook.android.ActivityAnounce" | ||
|  |     android:fitsSystemWindows="true" | ||
|  |     android:clipToPadding="true" | ||
|  |     > | ||
|  |     <android.support.design.widget.AppBarLayout | ||
|  |         style="@style/barLayout"> | ||
|  | 
 | ||
|  |         <android.support.v7.widget.Toolbar | ||
|  |             android:id="@+id/toolbar" | ||
|  |             android:layout_width="match_parent" | ||
|  |             android:layout_height="?attr/actionBarSize" | ||
|  |             android:background="?attr/colorPrimary" | ||
|  |             app:popupTheme="@style/ToolBarTheme.PopupOverlay" | ||
|  | 
 | ||
|  |             /> | ||
|  | 
 | ||
|  |     </android.support.design.widget.AppBarLayout> | ||
|  | 
 | ||
|  |     <android.support.v4.widget.NestedScrollView | ||
|  |         android:layout_height="match_parent" | ||
|  |         android:layout_width="match_parent" | ||
|  |         > | ||
|  | 
 | ||
|  |     <LinearLayout | ||
|  |         tools:context=".ActivitySetup" | ||
|  |         android:orientation="vertical" | ||
|  |         style="@style/llOutside" | ||
|  |         android:paddingTop="10dp" | ||
|  |         android:layout_marginTop="60dp" | ||
|  |         > | ||
|  | 
 | ||
|  | 
 | ||
|  |         <TextView | ||
|  |             style="@style/NovelBlockTitle" | ||
|  |             android:layout_height="match_parent" | ||
|  |             android:id="@+id/tvAnnounce" | ||
|  |             android:text="@string/announce" | ||
|  |             /> | ||
|  | 
 | ||
|  | 
 | ||
|  | 
 | ||
|  | 
 | ||
|  |     </LinearLayout> | ||
|  |     </android.support.v4.widget.NestedScrollView> | ||
|  | 
 | ||
|  | </android.support.design.widget.CoordinatorLayout> |