mplatvoet
public inline ViewGroup.forEachChild(body: (View) -> Unit) = for (i in 0..getChildCount() - 1) { body( getChildAt(i)) }