使用
overridePendingTransition(R.anim.fadein,R.anim.fadeout)
使用 (R.anim.fadein/out) 更改默认动画。
在我的代码中,我有一个按钮侦听器来更改 textView:
textView1.setText(""+prog[x])
当我点击按钮时,我可以使用这个 R.anim.fadein/out 吗?(当文本发生变化时)
使用
overridePendingTransition(R.anim.fadein,R.anim.fadeout)
使用 (R.anim.fadein/out) 更改默认动画。
在我的代码中,我有一个按钮侦听器来更改 textView:
textView1.setText(""+prog[x])
当我点击按钮时,我可以使用这个 R.anim.fadein/out 吗?(当文本发生变化时)