diff options
author | Luan Nguyen <luann@google.com> | 2014-10-24 09:02:16 -0700 |
---|---|---|
committer | Luan Nguyen <luann@google.com> | 2014-10-24 15:17:39 -0700 |
commit | 9e8a84a11551d883f02cbcb7bda7e15351c93a41 (patch) | |
tree | ec2e6de872b4071755b386fdf20bdec2a094ee64 /docs/html/distribute | |
parent | cab733811554ffcf257ee194a5245521713faf5d (diff) | |
download | frameworks_base-9e8a84a11551d883f02cbcb7bda7e15351c93a41.zip frameworks_base-9e8a84a11551d883f02cbcb7bda7e15351c93a41.tar.gz frameworks_base-9e8a84a11551d883f02cbcb7bda7e15351c93a41.tar.bz2 |
docs: Fix metadata description. Add new gesture test. Split layout test.
Change-Id: I5a8948594af94fa1e7548fc49a0c3946f03d7fc8
Diffstat (limited to 'docs/html/distribute')
-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> |