Guest User

Untitled

a guest
Nov 16th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:background="@android:color/white"
  7. android:fitsSystemWindows="true">
  8.  
  9. <include layout="@layout/toolbar" />
  10.  
  11. <FrameLayout
  12. android:id="@+id/frameLayoutContainer"
  13. android:layout_width="match_parent"
  14. android:layout_height="match_parent"
  15. app:layout_behavior="@string/appbar_scrolling_view_behavior" />
  16.  
  17. </android.support.design.widget.CoordinatorLayout>
Add Comment
Please, Sign In to add comment