Initial import
[SaveMySugar/android-savemysugar.git] / src / main / res / layout / activity_settings.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <android.support.design.widget.CoordinatorLayout
3     xmlns:android="http://schemas.android.com/apk/res/android"
4     xmlns:app="http://schemas.android.com/apk/res-auto"
5     android:layout_width="match_parent"
6     android:layout_height="match_parent">
7
8     <android.support.design.widget.AppBarLayout
9         android:layout_width="match_parent"
10         android:layout_height="wrap_content"
11         android:elevation="4dp"
12         android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar">
13
14         <include
15             layout="@layout/toolbar" />
16
17     </android.support.design.widget.AppBarLayout>
18
19     <FrameLayout
20         android:id="@+id/content_wrapper_settings"
21         app:layout_behavior="@string/appbar_scrolling_view_behavior"
22         android:layout_width="match_parent"
23         android:layout_height="fill_parent"
24         android:layout_weight="1" />
25
26 </android.support.design.widget.CoordinatorLayout>