forked from github/wulkanowy-mirror
11 lines
408 B
XML
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>
|