Android代码-一个简单的Android计数器视图,用于显示edittext字符数

时间:2022-08-26 14:22:13
【文件属性】:
文件名称:Android代码-一个简单的Android计数器视图,用于显示edittext字符数
文件大小:494KB
文件格式:ZIP
更新时间:2022-08-26 14:22:13
Android代码 CounterView A simple Android counter view for showing edittext character counts. This behaves in the same way as our BufferTextInputLayout except that it does not wrap around an EditText view, allowing you to place it elsewhere within your layout. The CounterView will display the current count of the input content in the edittext. You need to set the max content length allowed using: view_counter.counterMaxLength = someNumberValue You can customise the color of the counter using the app:counterT
【文件预览】:
CounterView-master
----gradlew(5KB)
----settings.gradle(26B)
----art()
--------ascending.gif(485KB)
--------counter.gif(534KB)
--------display.gif(327KB)
--------descending.gif(390KB)
----lib()
--------src()
--------.gitignore(152B)
--------build.gradle(1007B)
--------proguard-rules.pro(751B)
----gradle()
--------wrapper()
----README.md(2KB)
----sample()
--------src()
--------.gitignore(152B)
--------build.gradle(839B)
--------proguard-rules.pro(751B)
----gradlew.bat(2KB)
----gradle.properties(730B)
----.gitignore(168B)
----build.gradle(696B)

网友评论