mirror of
https://github.com/mihonapp/mihon.git
synced 2024-10-31 21:20:59 -04:00
13 lines
407 B
XML
13 lines
407 B
XML
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:gravity="center"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="match_parent">
|
||
|
|
||
|
<android.support.v4.view.ViewPager
|
||
|
android:id="@+id/view_pager"
|
||
|
android:layout_width="match_parent"
|
||
|
android:layout_height="wrap_content">
|
||
|
</android.support.v4.view.ViewPager>
|
||
|
|
||
|
|
||
|
</FrameLayout>
|