Change Line Color of EditText - Android

前端 未结 9 1087
夕颜
夕颜 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 02:40

    add to your themes.xml this line:

    @color/black
    

    this sets the default color for colorControlActivated which is used to tint widgets

提交回复
热议问题