aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/base.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/base.xml')
-rw-r--r--app/src/main/res/layout/base.xml21
1 files changed, 1 insertions, 20 deletions
diff --git a/app/src/main/res/layout/base.xml b/app/src/main/res/layout/base.xml
index bdd1ee4..9259a08 100644
--- a/app/src/main/res/layout/base.xml
+++ b/app/src/main/res/layout/base.xml
@@ -5,26 +5,7 @@
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=".activities.BaseActivity">
9
10 <android.support.design.widget.AppBarLayout
11 android:id="@+id/appbar"
12 android:layout_width="match_parent"
13 android:layout_height="wrap_content"
14 android:paddingTop="@dimen/appbar_padding_top"
15 android:theme="@style/AppTheme.AppBarOverlay">
16
17 <android.support.v7.widget.Toolbar
18 android:id="@+id/toolbar"
19 android:layout_width="match_parent"
20 android:layout_height="?attr/actionBarSize"
21 android:background="?attr/colorPrimary"
22 app:layout_scrollFlags="enterAlways"
23 app:popupTheme="@style/AppTheme.PopupOverlay">
24
25 </android.support.v7.widget.Toolbar>
26
27 </android.support.design.widget.AppBarLayout>
28 9
29 <FrameLayout 10 <FrameLayout
30 android:layout_width="match_parent" 11 android:layout_width="match_parent"