Show message when searching with no pinned sources

This commit is contained in:
arkon
2020-07-25 17:14:34 -04:00
parent abd69d4f91
commit e95a5be21d
3 changed files with 19 additions and 0 deletions

View File

@@ -33,4 +33,11 @@
</FrameLayout>
<eu.kanade.tachiyomi.widget.EmptyView
android:id="@+id/empty_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:visibility="gone" />
</FrameLayout>