Open ErQi opened 4 years ago
在布局中使用水波纹点击效果时,点击出现明显卡顿
<com.loopeer.shadow.ShadowView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_marginStart="11dp" android:layout_marginTop="4dp" android:layout_marginEnd="11dp" android:layout_marginBottom="8dp" android:foreground="?attr/selectableItemBackground" app:cornerRadius="4dp" app:shadowColor="#140282FF" app:shadowMargin="4dp" app:shadowRadius="4dp">
在布局中使用水波纹点击效果时,点击出现明显卡顿