The documentation states that version qualifiers are for that version
and higher, not just that version:

http://developer.android.com/guide/practices/screens_support.html#qualifiers
> Resources that are for use only on a specific API Level or higher. For 
> example, if your application is designed to run on both Android 1.5 (API 
> Level 3) and Android 1.6 (API Level 4 and higher), you can use the -v4 
> qualifier to tag any resources that should be excluded when your application 
> is running on Android 1.5 (API Level 3).

Although there are bugs. Android 2.0.0 matches only -v6, for example.

On Jan 21, 5:50 am, Stefan Klumpp <stefan.klu...@gmail.com> wrote:
> In addition to the general res/layout folder I have a res/layout-v3
> folder for backward compatibility with Android 1.5, which has problems
> with some RelativeLayouts.
>
> It works perfectly with all phones and emulator versions tested so
> far. Except of 2.1 (emulator and Nexus One). They choose to display
> the Android 1.5 layout (res/layout-v3) instead of the default res/
> layout.
>
> Can anyone else confirm that? Is this an Android OS bug? If so, where
> is the best place to submit the bug report?
>
> Thanks
-- 
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