mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Hopper Icon as group type (#1683)
This commit is contained in:
parent
45cd4a349a
commit
d8894c71d1
1 changed files with 5 additions and 0 deletions
|
@ -1245,6 +1245,11 @@ open class LibraryController(
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
binding.roundedCategoryHopper.categoryButton.setImageDrawable(
|
||||||
|
context.contextCompatDrawable(
|
||||||
|
LibraryGroup.groupTypeDrawableRes(presenter.groupType),
|
||||||
|
),
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun showSlideAnimation() {
|
private fun showSlideAnimation() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue