Join Slack
Communities
Powered by
Functions like `inline fun LayoutParams.below(view...
# anko
m
miha-x64
03/09/2017, 12:05 PM
Functions like
inline fun LayoutParams.below(view: View): Unit = addRule(BELOW, view.id)
are quite disappointing because they use IDs internally. I think they should throw if
id == NO_ID
Open in Slack
Previous
Next