it dont crash if i change it into this.but still t...
# anko
y
it dont crash if i change it into this.but still the material text field is not working.only the normal edit text appear in UI
Copy code
materialTextField {
                    editText {
                        lparams(width = matchParent, height = wrapContent)
                        hint = "Password"
                        textColor = 0x333.opaque
                        hintTextColor = 0x666.opaque
                        textSize = 15f
                    }
                }.lparams(width = dip(300), height = wrapContent)