shadow icon indicating copy to clipboard operation
shadow copied to clipboard

添加水波纹点击效果,点击时出现明显卡顿

Open ErQi opened this issue 5 years ago • 0 comments

在布局中使用水波纹点击效果时,点击出现明显卡顿

<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">

ErQi avatar Aug 26 '20 07:08 ErQi