|
@@ -1,48 +0,0 @@
|
1
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
2
|
|
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
3
|
|
- xmlns:app="http://schemas.android.com/apk/res-auto"
|
4
|
|
- xmlns:tools="http://schemas.android.com/tools"
|
5
|
|
- android:layout_width="match_parent"
|
6
|
|
- android:layout_height="match_parent"
|
7
|
|
- android:animateLayoutChanges="true"
|
8
|
|
- android:orientation="vertical"
|
9
|
|
- tools:context=".activities.BottomTabActivity">
|
10
|
|
-
|
11
|
|
- <android.support.design.widget.AppBarLayout
|
12
|
|
- android:id="@+id/appbar"
|
13
|
|
- android:layout_width="match_parent"
|
14
|
|
- android:layout_height="wrap_content"
|
15
|
|
- android:fitsSystemWindows="true">
|
16
|
|
-
|
17
|
|
- <com.reactnativenavigation.views.RnnToolBar
|
18
|
|
- android:id="@+id/toolbar"
|
19
|
|
- android:layout_width="match_parent"
|
20
|
|
- android:layout_height="?attr/actionBarSize"
|
21
|
|
- app:layout_scrollFlags="scroll|enterAlways" />
|
22
|
|
- </android.support.design.widget.AppBarLayout>
|
23
|
|
-
|
24
|
|
- <android.support.v4.widget.DrawerLayout
|
25
|
|
- android:id="@+id/drawerLayout"
|
26
|
|
- android:layout_width="match_parent"
|
27
|
|
- android:layout_height="0dp"
|
28
|
|
- android:layout_weight="1">
|
29
|
|
-
|
30
|
|
- <android.support.design.widget.CoordinatorLayout
|
31
|
|
- android:id="@+id/contentFrame"
|
32
|
|
- android:layout_width="match_parent"
|
33
|
|
- android:layout_height="0dp"
|
34
|
|
- android:layout_weight="1" />
|
35
|
|
-
|
36
|
|
- <FrameLayout
|
37
|
|
- android:id="@+id/drawerFrame"
|
38
|
|
- android:layout_width="wrap_content"
|
39
|
|
- android:layout_height="match_parent"
|
40
|
|
- android:layout_gravity="start" />
|
41
|
|
- </android.support.v4.widget.DrawerLayout>
|
42
|
|
-
|
43
|
|
- <com.aurelhubert.ahbottomnavigation.AHBottomNavigation
|
44
|
|
- android:id="@+id/bottom_tab_bar"
|
45
|
|
- android:layout_width="match_parent"
|
46
|
|
- android:layout_height="wrap_content" />
|
47
|
|
-
|
48
|
|
-</LinearLayout>
|