diff options
author | Dirk Dougherty <ddougherty@google.com> | 2011-09-17 15:57:55 -0700 |
---|---|---|
committer | Dirk Dougherty <ddougherty@google.com> | 2011-09-17 15:57:55 -0700 |
commit | ee4702d89e2961d320b323af71d71d627acc19d0 (patch) | |
tree | 696db00d84e06519e62f3c03f4cdd2f9428011c4 | |
parent | 92061b70be48fabd8a1e5fbdbd3021211c820222 (diff) | |
download | frameworks_base-ee4702d89e2961d320b323af71d71d627acc19d0.zip frameworks_base-ee4702d89e2961d320b323af71d71d627acc19d0.tar.gz frameworks_base-ee4702d89e2961d320b323af71d71d627acc19d0.tar.bz2 |
doc change: fix typo
Change-Id: Ib0e21fb53d3986ebb9f76dadc291ce9dfa42adf7
-rw-r--r-- | docs/html/sdk/android-3.2.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/sdk/android-3.2.jd b/docs/html/sdk/android-3.2.jd index 5618eae..f023c8b 100644 --- a/docs/html/sdk/android-3.2.jd +++ b/docs/html/sdk/android-3.2.jd @@ -166,7 +166,7 @@ in which the application UI will need to be drawn, not including screen areas reserved by the system. </li> -<li>In constrast, a screen's <em>width</em> and <em>height</em> represent the +<li>In contrast, a screen's <em>width</em> and <em>height</em> represent the current horizontal or vertical space available for application layout, measured in "dp" units, not including screen areas reserved by the system. The width and height of a screen change when the user switches orientation between landscape |