``` verticalLayout { backgroundColor =...
# android
s
Copy code
verticalLayout {
            backgroundColor = ContextCompat.getColor(activity, args.getInt(KEY_COLOR))
            lparams(width = matchParent, height = matchParent) {
                padding = dimen(R.dimen.activity_horizontal_margin)
            }
}