26 lines
		
	
	
		
			956 B
		
	
	
	
		
			Plaintext
		
	
	
	
		
		
			
		
	
	
			26 lines
		
	
	
		
			956 B
		
	
	
	
		
			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" | ||
|  |     android:fitsSystemWindows="true" | ||
|  |     tools:context=".activity_cates"> | ||
|  | 
 | ||
|  |     <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> | ||
|  | 
 | ||
|  |     <include layout="@layout/content_activity_cates" /> | ||
|  | 
 | ||
|  | 
 | ||
|  | 
 | ||
|  | </android.support.design.widget.CoordinatorLayout> |