jamesmontemagno/FloatingActionButton-for-Xamarin.Android

How to attach to a ScrollView?

zipgenius opened this issue · 1 comments

Hello.
I tried to attach the FAB to a ScrollView but it seems I have to use "com.refractored.fab.ObservableScrollView", which appears as a gray rectangle in the UI designer.
How can I attach the FAB to a ScrollView already available in my XML?

You must use the ObservableScrollView as it has events to tie into.