Skip to content

stars-one/SuperTextView

Repository files navigation

SuperTextView

有打字机效果的TextView封装


中文文档

Usage

  1. Add the JitPack repository to your build file
  	repositories {
  		...
  		maven { url 'https://jitpack.io' }
  	}
  }
  1. Add the dependency
          compile 'com.github.Stars-One:SuperTextView:v1.1'
  }