From 5be70a8ec028947e4043544bac990c92cfcafc10 Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Fri, 15 Jul 2011 17:31:29 -0700 Subject: [PATCH] Cherrypick from hcmr2: doc change: fix typo in 3.2 version notes --- docs/html/sdk/android-3.2.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/sdk/android-3.2.jd b/docs/html/sdk/android-3.2.jd index e1cd601d51fc8..4b5cefdc34606 100644 --- a/docs/html/sdk/android-3.2.jd +++ b/docs/html/sdk/android-3.2.jd @@ -158,7 +158,7 @@ characteristics: smallestWidth, width, and
  • A screen's smallestWidth is it's fundamental minimum size, measured in density-independent pixel ("dp") units. Of the screen's height or width, it is the shorter of the two. For a screen in portrait orientation, the -smallestWidth is normally based on its width, while in landscape orientation it based +smallestWidth is normally based on its width, while in landscape orientation it is based on its height. In all cases, the smallestWidth is derived from a fixed characteristic of the screen and the value does not change, regardless of orientation. The smallestWidth is important for applications because it represents the shortest possible width