As far as I can tell, the problem is that you have a GridView inside your
ScrollView...  You cannot put any sort of scrolling container, such as a
GridView, ListView, etc inside a ScrollView without running into problems.

http://stackoverflow.com/questions/4523609/grid-of-images-inside-scrollview
http://stackoverflow.com/questions/7952220/android-gridview
http://stackoverflow.com/questions/9889255/how-to-add-multiple-gridviews-to-a-scrollview-in-android-java

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Sun, Aug 12, 2012 at 8:11 AM, Mustafa Musa ÜLKER <[email protected]>wrote:

> Hello,
>
> I have a ScrollView problem. I want my whole screen scrolled but as I had
> long-textviews and elements it doesnt scroll. How can I create a scrollview
> that scrolls whole screen?
>
> Here is my layout:
>
> http://pastebin.com/MRtxP5wC
>
> Thanks
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to