2017-05-06 16:49:39 +03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-01-01 16:57:20 +03:00
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2017-05-06 16:49:39 +03:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
2020-01-05 19:29:27 +03:00
|
|
|
<androidx.viewpager.widget.ViewPager
|
2017-05-06 16:49:39 +03:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2017-12-05 00:22:35 +03:00
|
|
|
android:id="@+id/library_pager"/>
|
2017-05-06 16:49:39 +03:00
|
|
|
|
|
|
|
<eu.kanade.tachiyomi.widget.EmptyView
|
|
|
|
android:id="@+id/empty_view"
|
|
|
|
android:visibility="gone"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:layout_height="wrap_content"/>
|
|
|
|
|
|
|
|
</FrameLayout>
|