AppCompat and EditText different underline on different API

前端 未结 2 675
旧时难觅i
旧时难觅i 2021-01-05 08:05

I\'m trying to make underline line color change for EditText (it will be used for input\'s validation, so it must be able to change in runtime).

I\'m u

2条回答
  •  粉色の甜心
    2021-01-05 08:19

    Solution found by adding these lines to my theme:

        @style/Base.V7.Widget.AppCompat.EditText
        @drawable/abc_edit_text_material
    

提交回复
热议问题