Use view binding in VideoDetailFragment.
This commit is contained in:
parent
9bf5049aa1
commit
8c73c2fe86
5 changed files with 221 additions and 328 deletions
|
|
@ -46,6 +46,6 @@ data class PickerSubscriptionItem(
|
|||
fun updateSelected(containerView: View, isSelected: Boolean) {
|
||||
this.isSelected = isSelected
|
||||
PickerSubscriptionItemBinding.bind(containerView).selectedHighlight
|
||||
.animate(isSelected, 150, AnimationType.LIGHT_SCALE_AND_ALPHA)
|
||||
.animate(isSelected, 150, AnimationType.LIGHT_SCALE_AND_ALPHA)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue