Shimmer-android
介绍:
文字闪烁效果的TextView控件
运行效果:
使用说明:
可以使用reflectionColor
属性改变闪烁颜色
<com.romainpiel.shimmer.ShimmerTextView android:id="@+id/shimmer_tv"
android:text="@string/shimmer"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#444"
android:textSize="50sp"
app:reflectionColor="#f00"/>
自定义动画
// DON'T COPY THIS CODE TO YOUR PROJECT! It is just an exampleshimmer.setRepeatCount(0)
.setDuration(500)
.setStartDelay(300)
.setDirection(Shimmer.ANIMATION_DIRECTION_RTL)
.setAnimatorListener(new Animator.AnimatorListener(){});
已下载
0