diff options
author | Luan Nguyen <luann@google.com> | 2014-10-24 23:39:53 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-10-24 23:39:53 +0000 |
commit | 9167652e442ae979d1af24ccb3d786d0c96298ab (patch) | |
tree | 7155f9a1e119497742100e7af4fb05dea0cc3c72 | |
parent | 584ec1f6a9f6cbc80ba9206c880fe55e92fe3fe2 (diff) | |
parent | fba8fddfdc12c5e18db07737c73096c9457b3d08 (diff) | |
download | frameworks_base-9167652e442ae979d1af24ccb3d786d0c96298ab.zip frameworks_base-9167652e442ae979d1af24ccb3d786d0c96298ab.tar.gz frameworks_base-9167652e442ae979d1af24ccb3d786d0c96298ab.tar.bz2 |
am fba8fddf: am 781fe92c: Merge "docs: Fix metadata description. Add new gesture test. Split layout test." into lmp-dev
* commit 'fba8fddfdc12c5e18db07737c73096c9457b3d08':
docs: Fix metadata description. Add new gesture test. Split layout test.
-rw-r--r-- | docs/html/distribute/essentials/quality/wear.jd | 41 |
1 files changed, 35 insertions, 6 deletions
diff --git a/docs/html/distribute/essentials/quality/wear.jd b/docs/html/distribute/essentials/quality/wear.jd index 667e945..4125027 100644 --- a/docs/html/distribute/essentials/quality/wear.jd +++ b/docs/html/distribute/essentials/quality/wear.jd @@ -1,6 +1,6 @@ page.title=Wear App Quality page.tags="wear","wearables","quality","guidelines" -page.metaDescription=Wearables are small factor devices that are built for glanceability and require unique design and functionality. +page.metaDescription=Wearables are smaller devices that are built for glanceability and require unique apps to provide just the right information at the the right time. page.image=/distribute/images/gp-wear-quality.png @jd:body @@ -158,7 +158,7 @@ page.image=/distribute/images/gp-wear-quality.png </tr> <tr> - <td rowspan="1" id="gestures"> + <td rowspan="2" id="gestures"> Gestures </td> @@ -174,6 +174,19 @@ page.image=/distribute/images/gp-wear-quality.png </td> </tr> +<tr> + <td id="WR-GD"> + WR-GD + </td> + <td> + <p style="margin-bottom:.5em;"> + If the app disables the swipe-to-dismiss gesture in a full-screen activity, it responds to the + long-press-to-dismiss gesture in that activity. + (<a href="{@docRoot}training/wearables/ui/exit.html">Learn how</a>) + </p> + </td> +</tr> + </table> @@ -212,16 +225,32 @@ data-sortorder="-timestamp" data-cardsizes="6x2" data-maxresults="6"> </tr> <tr> - <td rowspan="2" id="layout"> + <td rowspan="3" id="layout"> Layout </td> - <td id="WR-LL"> - WR-LL + <td id="WR-LS"> + WR-LS + </td> + <td> + <p style="margin-bottom:.5em;"> + App user interface is formatted appropriately for square displays. App content fits within + the physical display area and no text or controls are cut off by the screen edges. + <br/> + (<a href="{@docRoot}training/wearables/ui/layouts.html">Learn how</a>) + </p> + </td> +</tr> + +<tr> + <td id="WR-LR"> + WR-LR </td> <td> <p style="margin-bottom:.5em;"> - App user interface is formatted appropriately for both square and round displays. + App user interface is formatted appropriately for round displays. App content fits within + the physical display area and no text or controls are cut off by the screen edges. + <br/> (<a href="{@docRoot}training/wearables/ui/layouts.html">Learn how</a>) </p> </td> |