情况是当按下按钮增加分数时,我希望分数闪烁或脉动一秒钟。我已经研究过,但还没有找到答案。我必须将数字设为图像吗?我想让 0 闪烁。这是按钮代码的示例:
<TextView
android:id="@+id/team_a_score"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fontFamily="sans-serif-light"
android:gravity="center"
android:paddingBottom="24dp"
android:text="0"
android:textColor="#000000"
android:textSize="56sp" />