Disable/Remove floating label hint text in TextInputLayout XML

前端 未结 11 1359
一向
一向 2021-01-31 06:59

This may seem counter-intuitive but is there a way to disable or remove the floating label hint in TextInputLayout? The reason I want to use TextInputLayout

11条回答
  •  攒了一身酷
    2021-01-31 07:44

    update the design library to v23 and add app:hintAnimationEnabled="false" in the TextInputLayout

提交回复
热议问题