lucasr / twoway-view

[DEPRECATED] RecyclerView made simple
5.23k stars 1.02k forks source link

Divider does not render completely in GridLayout #199

Open francnuec opened 9 years ago

francnuec commented 9 years ago

Running your sample, I noticed that for the Grid Layout, the divider only renders after first column and after each row. The second column is not painted. It looks like it did because of the background of the tab. If the color of the divider were changed to something like red(#ff0000), it would be clear that the rendering wasn't complete.