summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2011-09-17 16:08:53 -0700
committerDirk Dougherty <ddougherty@google.com>2011-09-17 16:08:53 -0700
commite80043b6f8c3738804d42fa843acd7c3dcc506c2 (patch)
tree770df4b4d7c729bc7a656e553fb472393dbc2cc9
parent92061b70be48fabd8a1e5fbdbd3021211c820222 (diff)
downloadframeworks_base-e80043b6f8c3738804d42fa843acd7c3dcc506c2.zip
frameworks_base-e80043b6f8c3738804d42fa843acd7c3dcc506c2.tar.gz
frameworks_base-e80043b6f8c3738804d42fa843acd7c3dcc506c2.tar.bz2
doc change: fix attr name
Change-Id: Ida73a3f94f9abf969ebf3b44b07495bca924de10
-rw-r--r--docs/html/sdk/android-3.2.jd2
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..89b1b0b 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> &mdash; This
+<li><code>android:requiresSmallestWidthDp="<em>numDp"</em></code> &mdash; 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