diff options
author | Dirk Dougherty <ddougherty@google.com> | 2011-09-17 16:10:28 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-09-17 16:10:28 -0700 |
commit | 4a5c14d6dda736f420ae90e461719af8a0bc1949 (patch) | |
tree | 1852b5f3b698c29d5042c1d4500b9ebba2277e2d | |
parent | ee4702d89e2961d320b323af71d71d627acc19d0 (diff) | |
parent | e80043b6f8c3738804d42fa843acd7c3dcc506c2 (diff) | |
download | frameworks_base-4a5c14d6dda736f420ae90e461719af8a0bc1949.zip frameworks_base-4a5c14d6dda736f420ae90e461719af8a0bc1949.tar.gz frameworks_base-4a5c14d6dda736f420ae90e461719af8a0bc1949.tar.bz2 |
Merge "doc change: fix attr name"
-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 f023c8b..ea2b4ed 100644 --- a/docs/html/sdk/android-3.2.jd +++ b/docs/html/sdk/android-3.2.jd @@ -313,7 +313,7 @@ is designed to run. If the current screen is larger than the value specified, the system forces the application into screen compatibility mode, to ensure best display on the current screen.</li> -<li><code>android:smallestWidthLimitDp="<em>numDp"</em></code> — This +<li><code>android:requiresSmallestWidthDp="<em>numDp"</em></code> — This attribute lets you specify the minimum smallestWidth on which the application can run. If the current screen is smaller than the value specified, the system considers the application incompatible with the device, but does not prevent it |