2018-08-22 15:31:17 -05:00
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2018-10-20 13:59:46 -05:00
|
|
|
android:id="@+id/loginContainer"
|
2017-10-27 10:48:17 -05:00
|
|
|
android:layout_width="match_parent"
|
2018-10-20 13:59:46 -05:00
|
|
|
android:layout_height="match_parent">
|
2017-10-27 10:48:17 -05:00
|
|
|
|
2018-08-22 15:31:17 -05:00
|
|
|
<com.aurelhubert.ahbottomnavigation.AHBottomNavigationViewPager
|
|
|
|
android:id="@+id/loginViewpager"
|
2017-10-27 10:48:17 -05:00
|
|
|
android:layout_width="match_parent"
|
2018-08-22 15:31:17 -05:00
|
|
|
android:layout_height="match_parent" />
|
2018-08-25 17:18:31 -05:00
|
|
|
</FrameLayout>
|