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

18 lines
680 B
XML
Raw Normal View History

2019-10-06 15:43:16 -05:00
<LinearLayout 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"
2019-10-06 15:43:16 -05:00
android:layout_height="match_parent"
android:orientation="vertical">
<com.google.android.material.appbar.MaterialToolbar
android:id="@+id/loginToolbar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@android:color/transparent" />
<io.github.wulkanowy.ui.widgets.SwipeDisabledViewPager
2018-08-22 15:31:17 -05:00
android:id="@+id/loginViewpager"
android:layout_width="match_parent"
2018-08-22 15:31:17 -05:00
android:layout_height="match_parent" />
2019-10-06 15:43:16 -05:00
</LinearLayout>