tachiyomi/app/src/main/res/layout/activity_reader.xml

13 lines
407 B
XML
Raw Normal View History

2015-10-21 00:04:04 +02:00
<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>