This repository has been archived on 2024-06-08. You can view files and clone it, but cannot push or open issues or pull requests.
tachiyomi/app/src/main/res/layout/fragment_library.xml

14 lines
446 B
XML
Raw Normal View History

2015-12-25 16:50:31 +00:00
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2016-03-12 13:22:40 +00:00
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
2015-12-25 16:50:31 +00:00
<android.support.v4.view.ViewPager
2016-03-12 13:22:40 +00:00
android:id="@+id/view_pager"
2015-12-25 16:50:31 +00:00
android:layout_width="match_parent"
2016-03-12 13:22:40 +00:00
android:layout_height="match_parent">
2015-12-25 16:50:31 +00:00
</android.support.v4.view.ViewPager>
</LinearLayout>