2015-04-24 00:00:58 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:orientation="vertical" android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
|
|
<android.support.v7.widget.Toolbar
|
|
|
|
|
android:id="@+id/activity_main_toolbar"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="?attr/actionBarSize"
|
2015-04-24 03:21:54 -07:00
|
|
|
android:elevation="4dp"
|
2015-04-24 00:00:58 -07:00
|
|
|
android:background="?attr/colorPrimary"/>
|
|
|
|
|
|
2015-04-24 03:21:54 -07:00
|
|
|
<FrameLayout
|
|
|
|
|
android:id="@+id/main_fragment_container"
|
2015-04-24 00:00:58 -07:00
|
|
|
android:layout_gravity="center"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_width="match_parent"/>
|
2015-04-24 03:21:54 -07:00
|
|
|
|
2015-04-24 00:00:58 -07:00
|
|
|
</LinearLayout>
|