summaryrefslogtreecommitdiffstats
path: root/docs/html/design/wear/index.jd
diff options
context:
space:
mode:
authorsmain@google.com <smain@google.com>2014-06-26 10:31:06 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-06-26 10:31:06 +0000
commit5574ea6363a4dab5d3be6e1014eab7677f281b37 (patch)
treeaea5e42334f29c463a9399b4829d3a08915d01b8 /docs/html/design/wear/index.jd
parent309a75dbc3a96471f66967379b0e6b043244ae42 (diff)
parentaaba687d04c15d45eb649a25b15fdad0387777b7 (diff)
downloadframeworks_base-5574ea6363a4dab5d3be6e1014eab7677f281b37.zip
frameworks_base-5574ea6363a4dab5d3be6e1014eab7677f281b37.tar.gz
frameworks_base-5574ea6363a4dab5d3be6e1014eab7677f281b37.tar.bz2
am aaba687d: am dfb41027: lots of updates to the wear design guide actually decent layout with images
* commit 'aaba687d04c15d45eb649a25b15fdad0387777b7': lots of updates to the wear design guide actually decent layout with images
Diffstat (limited to 'docs/html/design/wear/index.jd')
-rw-r--r--docs/html/design/wear/index.jd8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/html/design/wear/index.jd b/docs/html/design/wear/index.jd
index 3536445..d6202d1 100644
--- a/docs/html/design/wear/index.jd
+++ b/docs/html/design/wear/index.jd
@@ -1,9 +1,9 @@
-page.title=Wear
+page.title=Android Wear
@jd:body
-<p>Designing apps for wearables powered by Android Wear
+<p>Designing apps for wearable devices powered by Android Wear
is substantially different than designing for phones or
tablets: different strengths and weaknesses, different use cases, different ergonomics.
To get started, you should understand the overall vision for the Android Wear experience,
@@ -26,7 +26,9 @@ spaces.</p>
<p>This UI model ensures that users don’t have to launch many different applications to check for updates; they can simply glance at their stream for a brief update on what’s important to them.</p>
-<p>Cards in the stream are more than simple notifications. They can be swiped horizontally to reveal additional pages. Further horizontal swiping may reveal buttons, allowing the user to take action on the notification. Cards can also be dismissed by swiping left to right, removing them from the stream until the next time the app has useful information to display.</p>
+<p>Cards in the stream are more than simple notifications. They can be swiped horizontally to reveal additional
+<a href="{@docRoot}design/wear/patterns.html#Pages">pages</a>. Further horizontal swiping may reveal
+<a href="{@docRoot}design/wear/patterns.html#Actions">buttons</a>, allowing the user to take action on the notification. Cards can also be dismissed by swiping left to right, removing them from the stream until the next time the app has useful information to display.</p>