MD3 Play & Shuffle button
This commit is contained in:
parent
2997095bb3
commit
289557898e
4 changed files with 23 additions and 48 deletions
|
@ -79,10 +79,13 @@ abstract class AbsRecyclerViewFragment<A : RecyclerView.Adapter<*>, LM : Recycle
|
|||
|
||||
}
|
||||
})
|
||||
binding.shuffleButton.setOnClickListener {
|
||||
onShuffleClicked()
|
||||
binding.shuffleButton.apply {
|
||||
setOnClickListener {
|
||||
onShuffleClicked()
|
||||
}
|
||||
accentColor()
|
||||
hide()
|
||||
}
|
||||
binding.shuffleButton.accentColor()
|
||||
} else {
|
||||
binding.shuffleButton.isVisible = false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue