iex
fun <T : View> T.matchParent() = apply { val lp = layoutParams lp.width = MATCH_PARENT lp.height = MATCH_PARENT layoutParams = lp }