# SuperTextView
**Repository Path**: jenly1314/SuperTextView
## Basic Information
- **Project Name**: SuperTextView
- **Description**: SuperTextView for Android 是一个在TextView的基础上扩展了几种动画效果的控件。
- **Primary Language**: Android
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 5
- **Forks**: 5
- **Created**: 2018-11-20
- **Last Updated**: 2025-08-07
## Categories & Tags
**Categories**: android-modules
**Tags**: 自定义视图, 打字动画, 歌词, 打印动画, 文字变色动画
## README
# SuperTextView
[](https://raw.githubusercontent.com/jenly1314/SuperTextView/master/app/app-release.apk)
[](https://jitpack.io/#jenly1314/SuperTextView)
[](https://android-arsenal.com/api?level=15)
[](https://opensource.org/licenses/mit-license.php)
SuperTextView for Android 是一个在TextView的基础上扩展了几种动画效果的控件。
## Gif 展示

> 你也可以直接下载 [演示App](https://raw.githubusercontent.com/jenly1314/SuperTextView/master/app/app-release.apk) 体验效果
## 引入
### Gradle:
1. 在Project的 **build.gradle** 或 **setting.gradle** 中添加远程仓库
```gradle
repositories {
//...
mavenCentral()
maven { url 'https://jitpack.io' }
}
```
2. 在Module的 **build.gradle** 里面添加引入依赖项
```gradle
implementation 'com.github.jenly1314:SuperTextView:1.0.1'
```
## 使用
布局示例
```Xml
您也可以扫描下面的二维码,请作者喝杯咖啡 :coffee: