diff options
author | Newton Allen <newt@google.com> | 2013-11-26 10:25:38 -0800 |
---|---|---|
committer | Newton Allen <newt@google.com> | 2014-09-30 02:52:26 +0000 |
commit | 8f8a11b7fa26e603519131001ab46596aa30ba1a (patch) | |
tree | 80dc649fbf0df8bc90edd5d7a24abbca67075da4 /docs/html/guide/topics/resources | |
parent | d1462247e05dab10d20372249e9a3ef7ef93fc2e (diff) | |
download | frameworks_base-8f8a11b7fa26e603519131001ab46596aa30ba1a.zip frameworks_base-8f8a11b7fa26e603519131001ab46596aa30ba1a.tar.gz frameworks_base-8f8a11b7fa26e603519131001ab46596aa30ba1a.tar.bz2 |
Fix some documentation typos.
Change-Id: I747a0ade5c7b9c45d4465bf327952338bbc1cfaa
(cherry picked from commit 4465d1a03ee5fddc5987c19fc36b0bb79e19572f)
Diffstat (limited to 'docs/html/guide/topics/resources')
-rw-r--r-- | docs/html/guide/topics/resources/drawable-resource.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/resources/drawable-resource.jd b/docs/html/guide/topics/resources/drawable-resource.jd index dee28fe..06bd2d0 100644 --- a/docs/html/guide/topics/resources/drawable-resource.jd +++ b/docs/html/guide/topics/resources/drawable-resource.jd @@ -67,7 +67,7 @@ android:drawable="@color/green"}).</p> <h2 id="Bitmap">Bitmap</h2> -<p>A bitmap image. Android supports bitmap files in a three formats: +<p>A bitmap image. Android supports bitmap files in three formats: {@code .png} (preferred), {@code .jpg} (acceptable), {@code .gif} (discouraged).</p> <p>You can reference a bitmap file directly, using the filename as the resource ID, or create an |