Android EditText view Floating Hint in Material Design

前端 未结 10 2185
伪装坚强ぢ
伪装坚强ぢ 2020-12-02 08:13

Does API 21 provide a method to use the following feature:

http://www.google.com/design/spec/components/text-fields.html#text-fields-floating-labels

I\'m try

10条回答
  •  暖寄归人
    2020-12-02 08:37

    Android hasn't provided a native method. Nor the AppCompat.

    Try this library: https://github.com/rengwuxian/MaterialEditText

    This might be what you want.

提交回复
热议问题