diff options
Diffstat (limited to 'app/src/main/res/layout/base.xml')
-rw-r--r-- | app/src/main/res/layout/base.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/src/main/res/layout/base.xml b/app/src/main/res/layout/base.xml index 997dd01..3ffcff8 100644 --- a/app/src/main/res/layout/base.xml +++ b/app/src/main/res/layout/base.xml | |||
@@ -1,11 +1,11 @@ | |||
1 | <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" | 1 | <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" |
2 | xmlns:app="http://schemas.android.com/apk/res-auto" | 2 | xmlns:app="http://schemas.android.com/apk/res-auto" |
3 | xmlns:tools="http://schemas.android.com/tools" | 3 | xmlns:tools="http://schemas.android.com/tools" |
4 | android:id="@+id/activity_base" | 4 | android:id="@+id/activity_base" |
5 | android:layout_width="match_parent" | 5 | android:layout_width="match_parent" |
6 | android:layout_height="match_parent" | 6 | android:layout_height="match_parent" |
7 | android:fitsSystemWindows="true" | 7 | android:fitsSystemWindows="true" |
8 | tools:context="org.pacien.tincapp.activities.BaseActivity"> | 8 | tools:context="org.pacien.tincapp.activities.BaseActivity"> |
9 | 9 | ||
10 | <android.support.design.widget.AppBarLayout | 10 | <android.support.design.widget.AppBarLayout |
11 | android:id="@+id/appbar" | 11 | android:id="@+id/appbar" |