Android代码-自适应大小和行的textview

时间:2022-08-26 01:37:12
【文件属性】:
文件名称:Android代码-自适应大小和行的textview
文件大小:2.32MB
文件格式:ZIP
更新时间:2022-08-26 01:37:12
Android代码 AutoFitTextView A TextView that automatically fit its font and line count based on its available size and content This code is heavily based on this * thread. The sample shows how the library can handle various parameters being changed on the TextView: width, height, number of lines allowed, and the content (text) itself. You can play with the various properties to see how the library handle them. Note that even though the sample is of API 16, it should work fine on most cases for mu
【文件预览】:
AutoFitTextView-master
----gradlew(5KB)
----settings.gradle(67B)
----animationPreview.gif(3.6MB)
----AutoFitTextViewSample()
--------.project(824B)
--------project.properties(617B)
--------lint.xml(53B)
--------src()
--------AndroidManifest.xml(706B)
--------res()
--------.classpath(482B)
--------.gitignore(7B)
--------proguard-project.txt(781B)
--------build.gradle(1KB)
----.idea()
--------runConfigurations.xml(564B)
--------misc.xml(745B)
--------caches()
--------gradle.xml(712B)
--------encodings.xml(159B)
--------modules.xml(612B)
--------codeStyles()
--------vcs.xml(167B)
----LICENSE(11KB)
----gradle()
--------wrapper()
----README.md(1KB)
----gradlew.bat(2KB)
----gradle.properties(907B)
----.gitignore(197B)
----AutoFitTextViewLibrary()
--------.project(825B)
--------project.properties(583B)
--------src()
--------AndroidManifest.xml(118B)
--------.classpath(482B)
--------.gitignore(7B)
--------proguard-project.txt(781B)
--------build.gradle(1022B)
----build.gradle(582B)

网友评论