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

11 lines
408 B
XML
Raw Normal View History

2018-08-22 15:31:17 -05:00
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
2018-08-22 15:31:17 -05:00
android:id="@+id/loginContainer">
2018-08-22 15:31:17 -05:00
<com.aurelhubert.ahbottomnavigation.AHBottomNavigationViewPager
android:id="@+id/loginViewpager"
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>