xml 编辑文本更改线条颜色。字体:https://stackoverflow.com/questions/24677414/how-to-change-line-color-in-edittext。

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml 编辑文本更改线条颜色。字体:https://stackoverflow.com/questions/24677414/how-to-change-line-color-in-edittext。相关的知识,希望对你有一定的参考价值。

<!-- 
android:backgroundTint for EditText works only on API21+ . Because of it, we have to use support library and AppCompatEditText.

Note: we have to use app:backgroundTint instead of android:backgroundTint.

--> 

<android.support.v7.widget.AppCompatEditText

      app:backgroundTint="@color/blue_gray_light" />

以上是关于xml 编辑文本更改线条颜色。字体:https://stackoverflow.com/questions/24677414/how-to-change-line-color-in-edittext。的主要内容,如果未能解决你的问题,请参考以下文章

Eclipse Neon:如何更改所选线条的颜色?

聚焦时如何隐藏edittext的线条颜色

animate+cc为啥编辑器字体颜色更改不了?

更改字体颜色运行时 Android

是否可以更改文本框下方线条/边框的颜色(条目)

在 nativescript 中使用 RadDataForm 聚焦时更改文本字段的线条颜色