Commit 2e5402d7 authored by topjohnwu's avatar topjohnwu

Disable scroll effect for icon links

parent 24f60243
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment