mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-01-13 04:03:37 +00:00
Disable scroll effect for icon links
This commit is contained in:
parent
24f6024383
commit
2e5402d741
@ -33,6 +33,7 @@
|
|||||||
itemBinding="@{viewModel.itemBinding}"
|
itemBinding="@{viewModel.itemBinding}"
|
||||||
items="@{item.items}"
|
items="@{item.items}"
|
||||||
nestedScrollingEnabled="@{false}"
|
nestedScrollingEnabled="@{false}"
|
||||||
|
android:overScrollMode="never"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:clipToPadding="false"
|
android:clipToPadding="false"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user