InQBarna / TableFixHeaders

Android library that implements a table with fixed headers.
Apache License 2.0
818 stars 300 forks source link

How can i use it in a CoordinatorLayout #115

Open Liveinadream opened 7 years ago

Liveinadream commented 7 years ago

I want to use it in a CoordinatorLayout like this s70427-111302. How should I modify it to achieve a better effect.

BraisGabin commented 7 years ago

I don't know what "a better effect" is.

But as far as I know, the CoordinatorLayout works with the interfaces NestedScrollingParent/Child. TableFixHeaders doesn't implement them.

I'd accept a PR implementing them.