Skip to content

Commit 5f11e95

Browse files
committed
docs: small edits to catchup to edits made in html pushed live
Change-Id: I62b3e7dc5fcab881dd09ca897b05425a8c28cb92
1 parent 39e876a commit 5f11e95

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/html/guide/topics/resources/providing-resources.jd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ compatibility for these versions.</p>
785785

786786
<h3 id="ScreenCompatibility">Providing screen resource compatibility for Android 1.5</h3>
787787

788-
<p>Android 1.5 (and lower) does not support the following resource qualifers:</p>
788+
<p>Android 1.5 (and lower) does not support the following configuration qualifers:</p>
789789
<dl>
790790
<dt><a href="#DensityQualifier">Density</a></dt>
791791
<dd>{@code ldpi}, {@code mdpi}, {@code ldpi}, and {@code nodpi}</dd>
@@ -795,11 +795,11 @@ compatibility for these versions.</p>
795795
<dd>{@code long} and {@code notlong}</dd>
796796
</dl>
797797

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

804804
<p>For example, if your application supports Android 1.5 and includes drawable resources for
805805
each density type ({@code drawable-ldpi/}, {@code drawable-mdpi/}, and {@code drawable-ldpi/}),

0 commit comments

Comments
 (0)