android / android-ktx

A set of Kotlin extensions for Android app development.
https://android.github.io/android-ktx/core-ktx/
7.47k stars 563 forks source link

Add View onTouch extensions #524

Open romtsn opened 6 years ago

romtsn commented 6 years ago

Closes #382 Decided to go for the same approach for multi-callback listener as it was done for Animator listener extensions. Not sure that this is the best option, looking forward to opinions.