fading text view:每隔几秒钟自动更改其内容的TextView 源码
FadingTextView 每隔几秒钟自动更改其内容的TextView 演示应用 Google Play上提供了一个演示应用程序: 用法 将此添加到您的项目build.gradle allprojects { repositories { jcenter() } } 将此添加到您的模块build.gradle dependencies { compile ' com.tomer:fadingtextview:2.6 ' } 文字 首先,您需要在values文件夹中创建一个字符串数组,如下所示: < string xss=removed>
下载地址
用户评论