【发布时间】:2012-03-06 20:06:19
【问题描述】:
伙计们,我有一个文本视图,我需要它闪烁,请帮助我。
<TextView
android:id="@+id/usage"
android:layout_marginTop="220dip"
android:layout_marginLeft="45dip"
android:layout_marginRight="15dip"
android:typeface="serif"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Google "
android:textColor="#030900"/>
我希望 google 文本闪烁
【问题讨论】:
-
为时已晚,但这里 (github.com/hanks-zyh/HTextView) 有很多很酷的动画
标签: android android-animation textview