felipecsl / AsymmetricGridView

Android ListView that mimics a GridView with asymmetric items. Supports items with row span and column span
http://felipecsl.com/AsymmetricGridView
MIT License
1.84k stars 431 forks source link

Dividers not consistent #22

Closed drinfernoo closed 9 years ago

drinfernoo commented 9 years ago

Vertical dividers only seem to work along full rows, and not between smaller views:

AAB AAC DEF

For example, the divider between AAC and DEF is correct, but the divider between B and C is not.

This also makes transparent dividers not work well, and using the new CardView very difficult.

drinfernoo commented 9 years ago

This can be fixed by making your own item_divider_vertical.xml and item_divider_horizontal.xml drawables. It would be nice if they could be modifiable via a setter method :)