skennedy
UnnecessaryApply
val view = FrameLayout(context).apply { background = ColorDrawable(ContextCompat.getColor(context, R.color.white)) }
FrameLayout
apply
mauin
A modern programming language that makes developers happier.