i tried to write like this but the material text f...
# anko
y
i tried to write like this but the material text field is not showing in UI
Copy code
florent37 {

                    editText = editText {

                        hint = "Hello"
                        textColor = Color.WHITE
                        lparams(width = ViewGroup.LayoutParams.MATCH_PARENT, height = ViewGroup.LayoutParams.WRAP_CONTENT)
                    }

                }.lparams(width = FrameLayout.LayoutParams.WRAP_CONTENT, height = dip(300)
)