How to change the floating label color of TextInputLayout

前端 未结 25 2001
[愿得一人]
[愿得一人] 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:25

    In my case I added this "app:hintTextAppearance="@color/colorPrimaryDark"in my TextInputLayout widget.

提交回复
热议问题