Which theme attribute changes the text color of an EditText's error message

前端 未结 6 1424
無奈伤痛
無奈伤痛 2021-01-07 18:17

In my form I use setError(\"\") on an EditText field. My Application-Theme extends android:Theme.Holo.
I have manually set an imag

6条回答
  •  礼貌的吻别
    2021-01-07 18:35

    You can change the text color by using HTML Font Tag.

    But for customizing background color, you should make your own custom pop up. For more information, Kindly go through this link:- How to write style to error text of EditText in android?

提交回复
热议问题