Yatish wrote:
> i want to add ListView after the gridView in my program and ListViews
> are dynamically added which are more than 10 in numbers.
> the xml file which i created is as follows

You could try replacing the AbsoluteLayout with a LinearLayout. 
AbsoluteLayout is for when you want to spell out specific pixel 
locations for widgets; LinearLayout is for a column of widgets.

If that doesn't work, post back to the list.

-- 
Mark Murphy
http://commonsware.com
The Busy Coder's Guide to Android Development -- coming in June 2008!


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to