https://github.com/stars-one/supertextview
有打字机效果的TextView封装
https://github.com/stars-one/supertextview
Last synced: about 1 month ago
JSON representation
有打字机效果的TextView封装
- Host: GitHub
- URL: https://github.com/stars-one/supertextview
- Owner: stars-one
- Created: 2018-04-10T03:58:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T07:55:15.000Z (over 7 years ago)
- Last Synced: 2025-05-17T04:34:41.057Z (5 months ago)
- Language: Java
- Size: 260 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SuperTextView
有打字机效果的TextView封装
***
[中文文档](http://www.cnblogs.com/kexing/p/8779286.html)
## Usage
1. Add the JitPack repository to your build file
``` allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
2. Add the dependency
``` dependencies {
compile 'com.github.Stars-One:SuperTextView:v1.1'
}