Change Line Color of EditText - Android

前端 未结 9 1094
夕颜
夕颜 2020-12-16 02:13

Can I change the line color on EditText. When is active it has some greenish color.\"Image\"

Is it

9条回答
  •  一向
    一向 (楼主)
    2020-12-16 03:00

    I had the same problem solved it by changing the color of the backgroundTint as follows -

    android:backgroundTint="@color/light_color"

提交回复
热议问题