How to change the floating label color of TextInputLayout

前端 未结 25 1722
[愿得一人]
[愿得一人] 2020-11-22 15:03

With reference to the new TextInputLayout released by Google, how do I change the floating label text color?

Setting colorControlNormal,

25条回答
  •  粉色の甜心
    2020-11-22 15:35

    In the latest version of the support library (23.0.0+), TextInputLayout takes the following attribute in XML to edit the floating label color: android:textColorHint="@color/white"

提交回复
热议问题