Rename/new icons for updates/history sections

This commit is contained in:
arkon
2020-02-23 22:03:34 -05:00
parent 460fbb18c7
commit 032a6adaab
15 changed files with 65 additions and 56 deletions

View File

@ -182,7 +182,7 @@ class RecentChaptersController : NucleusController<RecentChaptersPresenter>(),
if (size > 0) {
empty_view?.hide()
} else {
empty_view?.show(R.drawable.ic_update_black_128dp, R.string.information_no_recent)
empty_view?.show(R.drawable.ic_new_releases_black_128dp, R.string.information_no_recent)
}
}

View File

@ -79,7 +79,7 @@ class RecentlyReadController : NucleusController<RecentlyReadPresenter>(),
if (size > 0) {
empty_view.hide()
} else {
empty_view.show(R.drawable.ic_glasses_black_128dp, R.string.information_no_recent_manga)
empty_view.show(R.drawable.ic_history_black_128dp, R.string.information_no_recent_manga)
}
}