anko
anko copied to clipboard
hintTextColor can not work in anko?
hintTextColor can not work in anko?
textInputLayout {
owner.txtServer = editText {
hint = "服务器地址"
isFocusableInTouchMode = true
inputType = InputType.TYPE_CLASS_TEXT
textColor = Color.WHITE
hintTextColor = Color.CYAN
}
}
hintTextColor = ContextCompat.getColor(ctx, R.color.colorABC)
Its work for me (Y)