1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-21 12:19:09 -05:00
wulkanowy-mirror/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>