1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-21 09:09:08 -05:00
wulkanowy-mirror/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"
2018-10-20 13:59:46 -05:00
android:id="@+id/loginContainer"
android:layout_width="match_parent"
2018-10-20 13:59:46 -05:00
android:layout_height="match_parent">
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>