Rounded library badges

This commit is contained in:
arkon
2020-06-13 17:00:32 -04:00
parent 395ca3630c
commit 6ad3fcb91d
10 changed files with 146 additions and 166 deletions
@@ -91,7 +91,7 @@ class MangaInfoController(private val fromSource: Boolean = false) :
override fun onViewCreated(view: View) {
super.onViewCreated(view)
// Setting this via XML doesn't work
// For rounded corners
binding.mangaCover.clipToOutline = true
binding.btnFavorite.clicks()