Xamarin.Android NestedRecycledView implementation
A recyclerview that respects the nested scrolling of its children.
Translated from its kotlin version here https://medium.com/widgetlabs-engineering/scrollable-nestedscrollviews-inside-recyclerview-ca65050d828a
Java implementation: https://gist.github.com/loukwn/237caeaf2088a55d4f939b8af7189d4c
Credits for the original code go to Marc Knaup.