blob: f7f00ff1028effeeeecf4d9e24118d0fb42295b4 [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.CoordinatorLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true">
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
style="@style/LinearLayout.Base">
<include layout="@layout/toolbar"/>
<FrameLayout
style="@style/FrameLayout.Container" />
</LinearLayout>
</android.support.design.widget.CoordinatorLayout>