Yes. You need to add a supports_screen element to to Android manifest, with largeScreens and xlargeScreens == true. See http://developer.android.com/guide/topics/manifest/supports-screens-element.html
For more details on supporting multiple screen types, see http://developer.android.com/guide/practices/screens_support.html William On Mar 29, 12:32 am, josejps84 <[email protected]> wrote: > Hi all ... > > My problem is that I'm developing an app with android 1.5 for all > devices compatibility, but when I ran it into a tablet, it appears > small in the middle of screen, now my question is: Is it posible to > run this app in tablets occupying all the screen space and how can I > do it ? > > Thanks for your help ... > > Greetings -- 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

