first the problem: I want to put a button after the listView but in some screens you can't see the button because of the screen resolution.
the solution I thought to do: give the listView a "fill_paent" and at runtime to take the fill parent and do that height minus a fixed size (the size of the button) to retrieve the list view height I tryied to use myListView.getHeight() but from some reason it returns always zero... why is that? or - is there any other solution to the original problem? -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

