Advertisement
IndahAinur0909

codemissyou_activity_main.xml

Jul 22nd, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <android.support.design.widget.CoordinatorLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. xmlns:app="http://schemas.android.com/apk/res-auto"
  5. android:background="@android:color/white"
  6. xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
  7. android:layout_height="match_parent" android:fitsSystemWindows="true"
  8. tools:context=".MainActivity">
  9.  
  10. <android.support.design.widget.AppBarLayout android:layout_height="wrap_content"
  11. android:layout_width="match_parent" android:theme="@style/AppTheme.AppBarOverlay">
  12.  
  13. <android.support.v7.widget.Toolbar android:id="@+id/toolbar"
  14. android:layout_width="match_parent" android:layout_height="?attr/actionBarSize"
  15. android:background="?attr/colorPrimary" app:popupTheme="@style/AppTheme.PopupOverlay" />
  16.  
  17. </android.support.design.widget.AppBarLayout>
  18.  
  19. <include layout="@layout/content_main" />
  20.  
  21. </android.support.design.widget.CoordinatorLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement