summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmccormick <kmccormick@google.com>2013-04-03 18:16:32 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-04-03 18:16:32 -0700
commit9b9c895774d53e14b42957c2bcd8c39ae2c79fb1 (patch)
tree4cc46e9289b265198aea716f115c4aacf402d902
parente10b600d5da413f9633ed97aefcdbd3f949637a5 (diff)
parentb2961bd6833697baac52888765fe8518133f489e (diff)
downloadframeworks_base-9b9c895774d53e14b42957c2bcd8c39ae2c79fb1.zip
frameworks_base-9b9c895774d53e14b42957c2bcd8c39ae2c79fb1.tar.gz
frameworks_base-9b9c895774d53e14b42957c2bcd8c39ae2c79fb1.tar.bz2
am b2961bd6: am 8f662f12: am 026625ff: am 72146342: am e40b0810: Merge "Doc update: typo in widget design doc" into jb-mr1.1-docs
* commit 'b2961bd6833697baac52888765fe8518133f489e': Doc update: typo in widget design doc
-rw-r--r--docs/html/design/patterns/widgets.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/design/patterns/widgets.jd b/docs/html/design/patterns/widgets.jd
index a5979ce..f2b0f4a 100644
--- a/docs/html/design/patterns/widgets.jd
+++ b/docs/html/design/patterns/widgets.jd
@@ -16,7 +16,7 @@ page.tags="appwidget"
<div class="layout-content-row">
<div class="layout-content-col span-6">
<h3>Collection widgets</h3>
- <p>As the name implies, collection widgets specialize on displaying multitude elements of the same type, such as a collection of pictures from a gallery app, a collection of articles from a news app or a collection of emails/messages from a communication app. Collection widgets typically focus on two use cases: browsing the collection, and opening an element of the collection to its detail view for consumption. Collection widgets can scroll vertically.</p>
+ <p>As the name implies, collection widgets specialize in displaying multitude elements of the same type, such as a collection of pictures from a gallery app, a collection of articles from a news app or a collection of emails/messages from a communication app. Collection widgets typically focus on two use cases: browsing the collection, and opening an element of the collection to its detail view for consumption. Collection widgets can scroll vertically.</p>
</div>
<div class="layout-content-col span-3">
<img src="{@docRoot}design/media/widgets_collection_gmail.png">
@@ -137,4 +137,4 @@ A music player widget is primarily a control widget, but also keeps the user inf
<li>Choose the right widget type for your purpose.</li>
<li>For resizable widgets, plan how the content for your widget should adapt to different sizes.</li>
<li>Make your widget orientation and device independent by ensuring that the layout is capable of stretching and contracting.</li>
-</ul> \ No newline at end of file
+</ul>