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

Unable to Implement stackFromBottom in Staggered Grid View #171

Open kushal25 opened 9 years ago

kushal25 commented 9 years ago

Hello,

i set the "android:stackFromBottom" attribute under the staggered grid view in the xml as true. But the Grid View is not from Bottom to Top instead it is Top to Bottom. Any Suggestions?