iex
inline fun <T: View, reified U: ViewGroup> T.matchParent() = apply { layoutParams = U::class.LayoutParams(ViewGroup.LayoutParams.MATCH_PARENT, ViewGroup.LayoutParams.WRAP_CONTENT) }