[android-developers] Re: Full screen on HTC sensation (qHD)

2011-06-27 Thread Josue Fuentes Gutierrez
Hola, para ajustes de pantalla utiliza:

 en el Manifiest:

supports-screens
android:smallScreens=true
android:normalScreens=true
android:largeScreens=true

   /

   uses-sdk
 android:minSdkVersion=Según el caso
   /

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Full screen on HTC sensation (qHD)

2011-06-23 Thread Chris
I don't have a solution to your problem, but I just got a Sensation and my 
app which uses a scrollview as its root with fill_parent uses all available 
screen real estate.  So there has to be something in your layout limiting 
it.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Full screen on HTC sensation (qHD)

2011-06-23 Thread RichardC
Just confirming what Chris said.  On my Sensation - my apps, test apps
and downloads from the market all fill the expected area of the
screen.

On Jun 24, 12:04 am, Chris crehb...@gmail.com wrote:
 I don't have a solution to your problem, but I just got a Sensation and my
 app which uses a scrollview as its root with fill_parent uses all available
 screen real estate.  So there has to be something in your layout limiting
 it.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Full screen on HTC sensation (qHD)

2011-06-23 Thread Chris
Just to confirm the OP's experience, I've noticed that a lot of other apps 
I've downloaded since don't scale well.  A lot of these use webviews as 
their root view... but the problem isn't limited to webview.

The Sensation has an odd resolution.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en