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>

View File

@@ -454,6 +454,7 @@
<string name="latest">Latest</string>
<string name="browse">Browse</string>
<string name="local_source_help_guide">Local source guide</string>
<string name="no_pinned_sources">You have no pinned sources</string>
<!-- Manga activity -->
<string name="manga_not_in_db">This manga has been removed from the database.</string>