felipecsl/QuickReturn

could not work with listview with header.

Opened this issue · 1 comments

could not work with listview with header.

To start great library. I believe adding a header would be a great feature.

public abstract com.felipecsl.quickreturn.library.widget.QuickReturnTargetView addTargetView(android.view.View view, int i, int i1);

possible feature could be the int i1 to View v

public abstract com.felipecsl.quickreturn.library.widget.QuickReturnTargetView addTargetView(android.view.View view, int i, View v);

I will have a look at the library and see if I could find a way to implement it.