I have an app that is quite old and still has to support 1.5 (3)
devices.

For some reason the screen computability mode has stopped running and
i can figure out why. It did work fine on honeycomb devices. The
result i am getting is that that the app is zoomed (i.e. all elements
are oversized) instead of being stretched (all my activity use
relaivelayouts so they all stretch fine - and it was working!).

In My Manifest i have:

<uses-sdk android:minSdkVersion="3"/>
and

<supports-screens android:largeScreens="true"
android:anyDensity="true" android:smallScreens="true"
android:resizeable="true" />
i have tried adding android:xlargeScreens="true" but to not avail.

the thing i cant figure out is why the compatibility mode button has
disappeared for this app it did show up fine and shows up for all apps
except this one. Is there something in the manifest that can do that?

I have also tried
<uses-sdk android:minSdkVersion="3" android:targetSdkVersion="11"/>
...
<supports-screens android:largeScreens="true"
android:anyDensity="true" android:smallScreens="true"
android:resizeable="true" android:xlargeScreens="true" />

and varoius combinations as per:
http://android-developers.blogspot.com/2011/07/new-mode-for-apps-on-large-screens.html

nothing seems to work - but it was fine before ... Im stumped...

rob

-- 
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

Reply via email to