bind Views
fun <V : View> View.bindViews(vararg ids: Int): ReadOnlyProperty<View, List<V>>
Content copied to clipboard
fun <V : View> Activity.bindViews(vararg ids: Int): ReadOnlyProperty<Activity, List<V>>
Content copied to clipboard
fun <V : View> Dialog.bindViews(vararg ids: Int): ReadOnlyProperty<Dialog, List<V>>
Content copied to clipboard
fun <V : View> DialogFragment.bindViews(vararg ids: Int): ReadOnlyProperty<DialogFragment, List<V>>
Content copied to clipboard
fun <V : View> DialogFragment.bindViews(vararg ids: Int): ReadOnlyProperty<DialogFragment, List<V>>
Content copied to clipboard
fun <V : View> Fragment.bindViews(vararg ids: Int): ReadOnlyProperty<Fragment, List<V>>
Content copied to clipboard