标签: java android
我想将EditText的setError弹出消息的背景颜色更改为白色。我已将文本颜色更改为绿色,如图所示。但无法改变背景颜色。代码如下:
if (TextUtils.isEmpty(editTextUsername)){ txt_L_user_ID.setError(Html.fromHtml("<font color=green>User ID could not be empty</font>")); }
下面是图片。