Fix some drawable references

This commit is contained in:
Jobobby04 2021-05-29 18:02:51 -04:00
parent 9a97a97aa7
commit 3a20e24ad0
5 changed files with 5 additions and 5 deletions

View File

@ -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(

View File

@ -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
}

View File

@ -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())

View File

@ -56,7 +56,7 @@
app:layout_constraintHorizontal_bias="0.5"
app:layout_constraintStart_toEndOf="@+id/migration_manga_card_to"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/ic_more_vert_24dp"
app:srcCompat="@drawable/ic_more_24dp"
android:visibility="invisible"
app:tint="?attr/colorOnPrimary" />

View File

@ -16,7 +16,7 @@
app:showAsAction="ifRoom" />
<item
android:id="@+id/action_match_enabled"
android:icon="@drawable/ic_explore_24dp"
android:icon="@drawable/ic_browse_filled_24dp"
android:title="@string/match_enabled_sources"
app:iconTint="?attr/colorOnPrimary"
app:showAsAction="ifRoom" />