1
我已經在android中實現了連鎖反應。 使用下面的代碼: -如何更改Android中漣漪效應的持續時間?
<?xml version="1.0" encoding="utf-8"?>
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:color="#ff00ff00">
<item android:drawable="@android:color/black" />
</ripple>
並將其設置爲一個TextView
android:background="@drawable/ripple_over_drawable"
的背景,但問題是,紋波動畫是非常快的。我想慢下來。
哪個標籤用於持續時間? –