HTC Sensation not displaying app in full screen

  • Replies:2
rhiannon martin
  • Forum posts: 1

Dec 11, 2011, 11:46:50 PM via Website

When I install my app on HTC Sensation, it does not display full screen.

After reading http://developer.android.com/guide/practices/screen-compat-mode.html, I have tried using both :

uses-sdk android:minSdkVersion="7" android:targetSdkVersion="11" and also tried adding:

android:xlargeScreens="true" That is:

<supports-screens android:smallScreens="true" android:normalScreens="true" android:largeScreens="true" android:xlargeScreens="true" /> However, these do not seem to work.

I also installed Spare Parts and used it to disable Screen Compatability Mode, but this did n't work either. In fact, this app seemed to display the same issue also !

Any help would be very much appreciated.

Thanks

Reply
Aaron Tilton
  • Forum posts: 838

Dec 12, 2011, 12:07:58 PM via Website

This sounds like a question better suited to the developers forum so I moved the thread over. Hope someone can help.

Reply
sinkster
  • Forum posts: 610

Dec 13, 2011, 1:14:32 PM via Website

Are you using a custom rom? If so, you may find the lcd density is changed for aesthetic reasons...check your build prop using rom toolkit, root explorer, or similar and check the setting compared to stock(on arc it's 240)

Sinkster

Reply