android / animation-samples

Multiple samples showing the best practices in animation on Android.
Apache License 2.0
2.56k stars 898 forks source link

> https://github.com/android/animation-samples/blob/master/DrawableAnimations/app/src/main/java/com/example/android/drawableanimations/ViewBindingDelegates.kt#L30 #58

Closed yantiang13 closed 3 years ago

yantiang13 commented 3 years ago

https://github.com/android/animation-samples/blob/master/DrawableAnimations/app/src/main/java/com/example/android/drawableanimations/ViewBindingDelegates.kt#L30

after

private val binding by viewBindings(HomeFragmentBinding::bind)

Originally posted by @yantiang13 in https://github.com/android/animation-samples/issues/47#issuecomment-830854800