Skip to content

Instantly share code, notes, and snippets.

@mnisbet13
Created February 18, 2016 20:31
Show Gist options
  • Save mnisbet13/f1975f3954e8616bbb78 to your computer and use it in GitHub Desktop.
Save mnisbet13/f1975f3954e8616bbb78 to your computer and use it in GitHub Desktop.
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white">
<include layout="@layout/default_toolbar" />
<FrameLayout
android:id="@+id/fragment_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@+id/default_toolbar" />
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment