wulkanowy-mod/app/src/main/res/layout/activity_login.xml
2018-10-20 20:59:46 +02:00

11 lines
408 B
XML

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/loginContainer"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.aurelhubert.ahbottomnavigation.AHBottomNavigationViewPager
android:id="@+id/loginViewpager"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</FrameLayout>