<?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"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:tools="http://schemas.android.com/tools">
|
|
<!-- <include layout="@layout/tool_bar_layout"/>-->
|
|
<FrameLayout
|
android:id="@+id/container"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:fillViewport="true"
|
app:layout_behavior="@string/appbar_scrolling_view_behavior">
|
</FrameLayout>
|
|
</android.support.design.widget.CoordinatorLayout>
|