On Sun, Apr 3, 2011 at 2:14 PM, Daniel Rindt <[email protected]> wrote: > On 3 Apr., 19:01, Mark Murphy <[email protected]> wrote: >> Use a LinearLayout as the container for the map and the TableLayout. >> Give the map a height of 0 and a weight of 1. Give the table whatever >> height makes sense and no weight. > This is unfortunately not really working. Here is my code: > http://fpaste.org/oqJv/ > > Thanks for taking a look and giving suggestions to solve the issue.
You declined to explain what "not really working" is, forcing us to guess. Off the cuff, change your TableLayout to have wrap_content for width and height. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 3.3 Available! -- 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

