How to change the floating label color of TextInputLayout

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

    Found the answer, use android.support.design:hintTextAppearance attribute to set your own floating label appearance.

    Example:

    
    
        
    
    

提交回复
热议问题