Skip to content

Releases: livesun/GradientTextView

v1.0

06 Jun 02:32
Compare
Choose a tag to compare

GradientTextView 效果

grad

GradientTextView 功能

  • GradientTextView是一个文字颜色逐步改变的自定义view,目前只有两种颜色。

如何使用 GradientTextView

  • Step 1. Add it in your root build.gradle at the end of repositories:
  allprojects {
    	repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}
  • Step 2. Add the dependency
 dependencies {
            compile 'com.github.livesun:GradientTextView:v1.0'
	}

##有问题反馈
在使用中有任何问题,欢迎反馈给我,可以用以下联系方式跟我交流

  • QQ: 2399747642