Disable scroll effect for icon links

This commit is contained in:
topjohnwu 2020-08-09 13:29:18 -07:00
parent 24f6024383
commit 2e5402d741

View File

@ -33,6 +33,7 @@
itemBinding="@{viewModel.itemBinding}"
items="@{item.items}"
nestedScrollingEnabled="@{false}"
android:overScrollMode="never"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:clipToPadding="false"