RevealTextView

介绍:

文字淡入效果的TextView。

运行效果:

使用说明:

Gradle 依赖

dependencies {
  compile 'com.antonionicolaspina.revealtextview:revealtextview:0.1'
}

layout示例

<com.antonionicolaspina.revealtextview.RevealTextView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    app:duration="2000"
    app:text="Hello Reveal Text!"/>
已下载
0