From 5f11e95f0041e163e8aa9e429aec92c8ee942233 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Wed, 16 Jun 2010 17:29:40 -0700 Subject: docs: small edits to catchup to edits made in html pushed live Change-Id: I62b3e7dc5fcab881dd09ca897b05425a8c28cb92 --- docs/html/guide/topics/resources/providing-resources.jd | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/html/guide/topics/resources/providing-resources.jd b/docs/html/guide/topics/resources/providing-resources.jd index 66154cb..cac85e8 100644 --- a/docs/html/guide/topics/resources/providing-resources.jd +++ b/docs/html/guide/topics/resources/providing-resources.jd @@ -785,7 +785,7 @@ compatibility for these versions.

Providing screen resource compatibility for Android 1.5

-

Android 1.5 (and lower) does not support the following resource qualifers:

+

Android 1.5 (and lower) does not support the following configuration qualifers:

Density
{@code ldpi}, {@code mdpi}, {@code ldpi}, and {@code nodpi}
@@ -795,11 +795,11 @@ compatibility for these versions.

{@code long} and {@code notlong}
-

These resource qualifiers were introduced in Android 1.6, so Android 1.5 (API Level 3) and lower -does not support them. If you use these configuration qualifiers and do not provide +

These configuration qualifiers were introduced in Android 1.6, so Android 1.5 (API Level 3) and +lower does not support them. If you use these configuration qualifiers and do not provide corresponding default resources, then an Android 1.5 device might use any one of the resource -directories named with the above screen qualifiers, because it ignores the screen qualifiers and -uses whichever otherwise-matching drawable resource it finds first.

+directories named with the above screen configuration qualifiers, because it ignores these +qualifiers and uses whichever otherwise-matching drawable resource it finds first.

For example, if your application supports Android 1.5 and includes drawable resources for each density type ({@code drawable-ldpi/}, {@code drawable-mdpi/}, and {@code drawable-ldpi/}), -- cgit v1.1