summaryrefslogtreecommitdiffstats
path: root/docs/html/guide/topics/ui/how-android-draws.jd
diff options
context:
space:
mode:
authorScott Main <nobody@android.com>2009-05-04 13:20:20 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2009-05-04 13:20:20 -0700
commiteb086d60b2b3425dec37d41b059d9e9cadfbbd18 (patch)
treef2b38593dd23fe1c84f535e983b20f8a2ad00815 /docs/html/guide/topics/ui/how-android-draws.jd
parenta417ee5afa8133d42d76691d6501741dc6c7178d (diff)
downloadframeworks_base-eb086d60b2b3425dec37d41b059d9e9cadfbbd18.zip
frameworks_base-eb086d60b2b3425dec37d41b059d9e9cadfbbd18.tar.gz
frameworks_base-eb086d60b2b3425dec37d41b059d9e9cadfbbd18.tar.bz2
AI 148270: remove references to AbsoluteLayout because it's been deprecated
BUG=1790234 Automated import of CL 148270
Diffstat (limited to 'docs/html/guide/topics/ui/how-android-draws.jd')
-rw-r--r--docs/html/guide/topics/ui/how-android-draws.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/topics/ui/how-android-draws.jd b/docs/html/guide/topics/ui/how-android-draws.jd
index a511005..21f9833 100644
--- a/docs/html/guide/topics/ui/how-android-draws.jd
+++ b/docs/html/guide/topics/ui/how-android-draws.jd
@@ -70,8 +70,8 @@ and each View is responsible for drawing itself.
enclose its content (plus padding).</li>
</ul>
<p>There are subclasses of LayoutParams for different subclasses of ViewGroup.
- For example, AbsoluteLayout has its own subclass of LayoutParams which adds
- an X and Y value.
+ For example, RelativeLayout has its own subclass of LayoutParams, which includes
+ the ability to center child Views horizontally and vertically.
</p>
<p>