You can build against 1.6 and set min-sdk to 3, also set supports-screens
for high and low screen support.

There was a topic here recently about properly specifying drawables.

14 мая, 2010 8:47 PM пользователь "Stormtap Studios" <
r...@stormtapstudios.com> написал:

I've found the reason this happens.  According to the documentation:

"Compatibility-mode display on larger screen-sizes
If the current screen's size is larger than your application supports,
as specified in the supports-screens element, the platform displays
the application at the baseline size ("normal") and density ("medium).
For screens larger than baseline, the platform displays the
application in a baseline-sized portion of the overall screen, against
a black background."

This is what's happening to me.

Unfortunately my app is being built against Android 1.5 and I can't
include the <supports-screens> tag in the manifest to indicate that I
support the large screens which would allow it to scale properly.
Does anyone know of a way to tell the screen to stretch / fill_parent
on large screens in Android 1.5?

Thanks,

Rob

On May 13, 7:43 pm, Stormtap Studios <r...@stormtapstudios.com> wrote: > Hi
guys, > > I have this l...
> NEW! Try asking and tagging your question on Stack Overflow athttp://
stackoverflow.com/questions/tagged/android

> > To unsubscribe from this group, send email to >
android-beginners+unsubscr...@googlegroups.com<android-beginners%2bunsubscr...@googlegroups.com>
> For more options, visit this group athttp://
groups.google.com/group/android-beginners?hl=en

-- You received this message because you are subscribed to the Google Groups
"Android Beginners" g...

-- 
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
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to