summaryrefslogtreecommitdiffstats
path: root/docs/html/design/patterns/swipe-views.jd
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2014-02-12 23:37:57 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-02-12 23:37:57 +0000
commit35ad8886f230d4bde4ea4cb2df9f07cf213c7cd1 (patch)
tree135909607a8b81b7fbf457fedf9797247463554e /docs/html/design/patterns/swipe-views.jd
parente5dc0c39912d6e1392e1a3324ad210e65c0105c8 (diff)
parentacec746b8963410d4a9324df46272ac91f846868 (diff)
downloadframeworks_base-35ad8886f230d4bde4ea4cb2df9f07cf213c7cd1.zip
frameworks_base-35ad8886f230d4bde4ea4cb2df9f07cf213c7cd1.tar.gz
frameworks_base-35ad8886f230d4bde4ea4cb2df9f07cf213c7cd1.tar.bz2
am acec746b: am 55362018: am 271c8f12: Merge "Doc change: minor edits to support easier extraction of document summaries." into klp-docs
* commit 'acec746b8963410d4a9324df46272ac91f846868': Doc change: minor edits to support easier extraction of document summaries.
Diffstat (limited to 'docs/html/design/patterns/swipe-views.jd')
-rw-r--r--docs/html/design/patterns/swipe-views.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/design/patterns/swipe-views.jd b/docs/html/design/patterns/swipe-views.jd
index 4c9fb88..46d6ffb8 100644
--- a/docs/html/design/patterns/swipe-views.jd
+++ b/docs/html/design/patterns/swipe-views.jd
@@ -9,7 +9,7 @@ page.tags="viewpager","navigation","tabs"
</div>
</a>
-<p>Efficient navigation is one of the cornerstones of a well-designed app. While apps are generally
+<p itemprop="description">Efficient navigation is one of the cornerstones of a well-designed app. While apps are generally
built in a hierarchical fashion, there are instances where horizontal navigation can flatten
vertical hierarchies and make access to related data items faster and more enjoyable. Swipe views
allow the user to efficiently move from item to item using a simple gesture and thereby make