TextInputLayout,支持字符计数

pRa*_*NaY 2 android androiddesignsupport android-textinputlayout

在这里读了android-developers的新博文.

TextInputLayout 扩展了浮动提示文本和错误指示符的现有功能,并增加了对字符计数的支持.

但我找不到任何编程方式的字符计数代码支持.我想一些代码来实现的字符计数使用TextInputLayout

Tan*_*.7x 5

有一种新setCounterEnabled(boolean)方法可用于启用字符计数器.

它只显示视图中的当前字符数.