On Monday 31 May 2010 17:43:47 Anton Persson wrote: > As it is now, each following object will get zero space, and hence won't be > visible. > > Can this be solved somehow? What are the layout_width and layout_height properties of the first object? If they (or one of them - depending on layout orientation) are fill_parent, then it will take all the space available :) In this case you should try setting this property (be it layout_width or layout_height) to wrap_content - this will make this object occupy only needed space.
Cheers, Dmitry. -- 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

