Change Line Color of EditText - Android

前端 未结 9 1088
夕颜
夕颜 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:42

    You can use the android:background = "@color/black" for the api 21 or above 21 (This will apply for lollypop device or above versions) and for below versions you should use the style to the edittext.

提交回复
热议问题