etsy / AndroidStaggeredGrid

An Android staggered grid view which supports multiple columns with rows of varying sizes.
https://github.com/etsy/AndroidStaggeredGrid
4.76k stars 1.13k forks source link

item_margin and column_count not found in the layout of the StaggeredGridView class #147

Closed Kaushalop closed 9 years ago

Kaushalop commented 9 years ago

I have implemented the sample as it is but it is still not reading the two values. item_margin column_count in the activity_svg.xml from the class StaggeredGridView.java

Kaushalop commented 9 years ago

I solved the issue as i had to include the file attr.xml and that helped. Thanks.