Android代码-Android Textview Fading 动画效果。

时间:2022-08-25 22:34:55
【文件属性】:

文件名称:Android代码-Android Textview Fading 动画效果。

文件大小:492KB

文件格式:ZIP

更新时间:2022-08-25 22:34:55

Android代码

FadingTextView A TextView that changes its content automatically every few seconds Demo app A demo app is available on Google Play: Usage Add this to your project build.gradle allprojects { repositories { jcenter() } } Add this to your module build.gradle dependencies {    compile 'com.tomer:fadingtextview:2.5' } Texts First, you need to create a string-array in your values folder like so: Hello Fading TextView Then in your layout Timeout You can set the am


网友评论