-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Description
在布局中使用水波纹点击效果时,点击出现明显卡顿
<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">
Metadata
Metadata
Assignees
Labels
No labels