[android-developers] any idea why this gridview has large vertical spacing between rows

2012-01-26 Thread John Davis
http://netskink.blogspot.com/2012/01/grid-view-notes.html -- John F. Davis 独树一帜 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

Re: [android-developers] any idea why this gridview has large vertical spacing between rows

2012-01-26 Thread Mark Murphy
Use Hierarchy Viewer to examine your activity. If I had to guess, your Adapter is returning cells that big. 2012/1/26 John Davis davi...@gmail.com: http://netskink.blogspot.com/2012/01/grid-view-notes.html -- John F. Davis 独树一帜 -- You received this message because you are subscribed to

Re: [android-developers] any idea why this gridview has large vertical spacing between rows

2012-01-26 Thread John Davis
Hello Mark, You mentioned that tool before. I have yet to look it up. I assume this is the starter page for it http://developer.android.com/guide/developing/debugging/debugging-ui.html I'll look into it. Thanks man. John 2012/1/26 Mark Murphy mmur...@commonsware.com Use Hierarchy Viewer to

Re: [android-developers] any idea why this gridview has large vertical spacing between rows

2012-01-26 Thread Mark Murphy
Yup, that's it. On Thu, Jan 26, 2012 at 12:07 PM, John Davis davi...@gmail.com wrote: Hello Mark, You mentioned that tool before. I have yet to look it up. I assume this is the starter page for it http://developer.android.com/guide/developing/debugging/debugging-ui.html I'll look into it.