Fix some drawable references
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ class MigrationProcessHolder(
|
||||
val source = item.manga.mangaSource()
|
||||
|
||||
binding.migrationMenu.setVectorCompat(
|
||||
R.drawable.ic_more_vert_24dp,
|
||||
R.drawable.ic_more_24dp,
|
||||
R.attr.colorOnPrimary
|
||||
)
|
||||
binding.skipManga.setVectorCompat(
|
||||
|
||||
@@ -24,7 +24,7 @@ object LibraryGroup {
|
||||
return when (type) {
|
||||
BY_STATUS -> R.drawable.ic_progress_clock_24dp
|
||||
BY_TRACK_STATUS -> R.drawable.ic_sync_24dp
|
||||
BY_SOURCE -> R.drawable.ic_explore_24dp
|
||||
BY_SOURCE -> R.drawable.ic_browse_filled_24dp
|
||||
UNGROUPED -> R.drawable.ic_ungroup_24dp
|
||||
else -> R.drawable.ic_label_24dp
|
||||
}
|
||||
|
||||
@@ -79,7 +79,7 @@ class MoreController :
|
||||
if (preferences.hideUpdatesButton().get()) {
|
||||
preference {
|
||||
titleRes = R.string.label_recent_updates
|
||||
iconRes = R.drawable.ic_new_releases_state
|
||||
iconRes = R.drawable.ic_updates_outline_24dp
|
||||
iconTint = tintColor
|
||||
onClick {
|
||||
router.pushController(UpdatesController().withFadeTransaction())
|
||||
|
||||
Reference in New Issue
Block a user