Skip to content

Commit

Permalink
cetv1 logo
Browse files Browse the repository at this point in the history
  • Loading branch information
lizongying committed Mar 9, 2024
1 parent 79b6cfc commit c9494f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/src/main/java/com/lizongying/mytv/CardPresenter.kt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ class CardPresenter(
.centerInside()
.into(cardView.mainImageView)

"CETV1" -> Glide.with(viewHolder.view.context)
.load(R.drawable.cetv1)
.centerInside()
.into(cardView.mainImageView)

else -> Glide.with(viewHolder.view.context)
.load(tvViewModel.logo.value)
.centerInside()
Expand Down

0 comments on commit c9494f7

Please sign in to comment.