fboldog
override fun createView(ui: AnkoContext<XActivity>): View = with(ui) { cardView().lparams(matchParent, matchParent) { margin = dip(20) } }