TextInputLayout 反到顶部
TextInputLayout counter to the top
TextInputLayout 在支持库版本 23.1.0 中引入了一个很好的计数器功能 - 不幸的是,浮动提示在 layout_height 中变得非常高。
有没有办法将计数器带到顶部(与浮动标签的高度相同?)
目前你不能这样做。
TextInputLayout
跟随 material 指引线,计数器在底部。
检查代码您只能自定义这些规格:
enable counter 也可用于 xml 属性 android.support.design:counterEnabled
counter max lenght also available with xml attribute app:counterMaxLength
. (this attr is not currently in the official doc. You can check this post)
TextInputLayout 在支持库版本 23.1.0 中引入了一个很好的计数器功能 - 不幸的是,浮动提示在 layout_height 中变得非常高。 有没有办法将计数器带到顶部(与浮动标签的高度相同?)
目前你不能这样做。
TextInputLayout
跟随 material 指引线,计数器在底部。
检查代码您只能自定义这些规格:
enable counter 也可用于 xml 属性
android.support.design:counterEnabled
counter max lenght also available with xml attribute
app:counterMaxLength
. (this attr is not currently in the official doc. You can check this post)