``` alert { customView...
# anko
n
Copy code
alert {
                customView {
                    verticalLayout {
                        lparams() {
                            bottomMargin = dip(5)
                        }

                        toolbar {
                            title = "Location"
                            backgroundColor = Color.BLUE
                            setTitleTextColor(Color.WHITE)
                        }