|
@@ -27,11 +27,20 @@
|
27
|
27
|
android:layout_height="0dp"
|
28
|
28
|
android:layout_weight="1">
|
29
|
29
|
|
30
|
|
- <android.support.design.widget.CoordinatorLayout
|
31
|
|
- android:id="@+id/contentFrame"
|
|
30
|
+ <RelativeLayout
|
32
|
31
|
android:layout_width="match_parent"
|
33
|
|
- android:layout_height="0dp"
|
34
|
|
- android:layout_weight="1" />
|
|
32
|
+ android:layout_height="match_parent">
|
|
33
|
+ <android.support.design.widget.CoordinatorLayout
|
|
34
|
+ android:id="@+id/contentFrame"
|
|
35
|
+ android:layout_width="match_parent"
|
|
36
|
+ android:layout_height="match_parent" />
|
|
37
|
+
|
|
38
|
+ <com.reactnativenavigation.views.BottomNavigation
|
|
39
|
+ android:id="@+id/bottom_tab_bar"
|
|
40
|
+ android:layout_width="match_parent"
|
|
41
|
+ android:layout_height="wrap_content"
|
|
42
|
+ android:layout_alignParentBottom="true" />
|
|
43
|
+ </RelativeLayout>
|
35
|
44
|
|
36
|
45
|
<FrameLayout
|
37
|
46
|
android:id="@+id/drawerFrame"
|
|
@@ -40,9 +49,4 @@
|
40
|
49
|
android:layout_gravity="start" />
|
41
|
50
|
</android.support.v4.widget.DrawerLayout>
|
42
|
51
|
|
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
|
52
|
</LinearLayout>
|