fix: change download icon

This commit is contained in:
rebelonion 2024-02-04 00:29:16 -06:00
parent eade3ce341
commit 462f82e3fb
22 changed files with 22 additions and 22 deletions

View file

@ -390,7 +390,7 @@ class EpisodeAdapter(
binding.itemEpisodeDesc.visibility =
if (desc != null && desc.trim(' ') != "") View.VISIBLE else View.GONE
// Show download icon
binding.itemDownload.setImageResource(R.drawable.ic_circle_add)
binding.itemDownload.setImageResource(R.drawable.ic_download_24)
binding.itemDownload.rotation = 0f
}

View file

@ -166,7 +166,7 @@ class MangaChapterAdapter(
}, 1000)
} else {
// Show download icon
binding.itemDownload.setImageResource(R.drawable.ic_circle_add)
binding.itemDownload.setImageResource(R.drawable.ic_download_24)
binding.itemDownload.rotation = 0f
}