Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 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:layout_width="match_parent"
  6. android:id="@+id/cordinationLayout"
  7. android:layout_height="match_parent">
  8.  
  9.  
  10. <android.support.design.widget.AppBarLayout
  11. android:layout_width="match_parent"
  12. android:layout_height="wrap_content"
  13. android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar">
  14.  
  15.  
  16. <android.support.v7.widget.Toolbar
  17. android:id="@+id/toolbar"
  18. android:layout_width="match_parent"
  19. android:layout_height="?attr/actionBarSize"
  20. android:background="?attr/colorPrimary"
  21. app:layout_scrollFlags="scroll|enterAlways"
  22. app:popupTheme="@style/ThemeOverlay.AppCompat.Light" />
  23.  
  24. </android.support.design.widget.AppBarLayout>
  25.  
  26. </android.support.design.widget.CoordinatorLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement