Implement fading effect in multi-select bottom menu (#7749)

This commit is contained in:
dominikfill 2025-04-08 22:08:47 +02:00 committed by GitHub
parent 8abaf2c71e
commit 4cbfd725a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,9 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingHorizontal="8dp"
android:clipToPadding="false">
android:clipToPadding="true"
android:requiresFadingEdge="horizontal"
android:fadingEdgeLength="48dp">
<LinearLayout
android:id="@+id/selectContainer"