evrencoskun / TableView

TableView is a powerful Android library for displaying complex data structures and rendering tabular data composed of rows, columns and cells.
MIT License
3.14k stars 459 forks source link

Add Fading Edge to column layout #209

Open sonalagarwal opened 5 years ago

sonalagarwal commented 5 years ago

Can we add fading edge to different layouts like row, column and table.

evrencoskun commented 5 years ago

Hi @sonalagarwal

I don't get what you mean on "fading edge".

Please give me more detail about your request.

sonalagarwal11 commented 5 years ago

Hi @evrencoskun

Can we add something like this to the before horizontal recycler views: https://stackoverflow.com/questions/33720836/horizontal-recyclerview-with-fading-edges

So that the edges before the recycler view fades when scrolled horizontally. I know we can add the default fading edges provided by recycler view, but can we add a decoration item or a view, or a way so we can customize the fading edges. Let me know if you have more questions.