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…
Reference in New Issue
Block a user