From be0cf70dc3ff77661dbdf416d415757f2500e889 Mon Sep 17 00:00:00 2001
From: Scott Main You can append more than one {@code <qualifier>}. Separate each
one with a dash. Caution: When appending multiple qualifiers, you must
+place them in the same order in which they are listed in table 2. If the qualifiers are ordered
+wrong, the resources are ignored.
Android supports several configuration qualifiers and you can add multiple qualifiers to one directory name, by separating each qualifier with a dash. Table 2 lists the valid configuration qualifiers, in order of precedence—if you use multiple -qualifiers for one resource directory, they must be added to the directory name in the order they +qualifiers for a resource directory, you must add them to the directory name in the order they are listed in the table.
-Note: Some configuration qualifiers were added after Android 1.0, -so not -all versions of Android support all the qualifiers listed in table 2. New qualifiers -indicate the version in which they were added. To avoid any issues, always include a set of default -resources for resources that your application uses. For more information, see the section about Providing the Best Device Compatibility with Resources.
@@ -752,6 +749,17 @@ href="#KnownIssues">Known Issues for more information. +Note: Some configuration qualifiers have been added since Android
+1.0, so not all versions of Android support all the qualifiers. Using a new qualifier implicitly
+adds the platform version qualifier so that older devices are sure to ignore it. For example, using
+a w600dp
qualifier will automatically include the v13
qualifier, because
+the available-width qualifier was new in API level 13. To avoid any issues, always include a set of
+default resources (a set of resources with no qualifiers). For more information, see the
+section about Providing the Best Device Compatibility with
+Resources.
Here are some rules about using configuration qualifier names:
-- cgit v1.1