Android - 更改EditText&#39的setError弹出消息的背景颜色

时间:2017-04-11 09:08:44

标签: 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>"));
                }

下面是图片。

Please click to see image.

0 个答案:

没有答案