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

Using inside Scrollview #54

Closed nishantt12 closed 8 years ago

nishantt12 commented 8 years ago

I want to use it inside scrollview.

I have a photo grid inside scrollview. So, can i use it inside Scrollview with only Scrollview should scroll, "AsymmetricGridView" should not get scrolled.

or can you guys suggest any better way of doing this.

felipecsl commented 8 years ago

using a ListView instead of a ScrollView is a really bad idea. I think you should reconsider your layout ;)