It is hard to imagine that it does not work.

Do you have extremely large images?

Set image sizes to "30dip" for height and weight, or all images and
texts to wrap_content everywhere.

So, just to be sure, you see:
[image]
[image]
[image]
[text]
[text]
[text]

instead of
[image]
[text]
[image]
[text]
[image]
[text]
?

Does this also happen if you comment out the scroll view for a test?
<!-- -->

Peli

On Jan 9, 6:30 pm, Jamie <[email protected]> wrote:
> > The height of ScrollView should be fill_parent, and the height of
> > LinearLayout should be wrap_content.
>
> > Does this work?
>
> > If not, try to rebuild your project in Eclipse (sometimes changes in
> > xml files are not immediately updated).
>
> This did not work. Not sure what the problem is, I do not access the
> views attributes in my code except, setContentView(R.layout.main), and
> setting the content in each ImageButton and TextView.
>
> > PS: What is "woot"?
>
> its a great website that hosts One Deal, One Day:www.woot.com
--~--~---------~--~----~------------~-------~--~----~
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