wulkanowy-mod/app/src/main/res/layout/activity_main.xml

19 lines
695 B
XML
Raw Normal View History

2018-03-04 05:49:16 -06:00
<?xml version="1.0" encoding="utf-8"?>
2018-05-02 14:51:23 -05:00
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2018-08-24 08:48:29 -05:00
android:id="@+id/mainContainer"
2018-03-04 05:49:16 -06:00
android:layout_width="match_parent"
android:layout_height="match_parent"
2018-08-24 08:48:29 -05:00
android:orientation="vertical">
<FrameLayout
android:id="@+id/mainFragmentContainer"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1" />
<com.aurelhubert.ahbottomnavigation.AHBottomNavigation
android:id="@+id/mainBottomNav"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom" />
2018-06-08 17:59:39 -05:00
</LinearLayout>