mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-10-29 19:59:22 +00:00
Implement fading effect in multi-select bottom menu (#7749)
This commit is contained in:
parent
8abaf2c71e
commit
4cbfd725a0
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user