InQBarna / TableFixHeaders

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

Now shadows can be hidden using setShadowsVisibility() #88

Open lorenzos opened 8 years ago

MrCsabaToth commented 7 years ago

The setShadowsVisibility function is not called from anywhere. Do you have a complete PR?

lorenzos commented 7 years ago

setShadowVisibility is public and intended to be used when you do not want to have shadows. That's the point of this PR, adding the ability to disable shadows.