From 9e8a84a11551d883f02cbcb7bda7e15351c93a41 Mon Sep 17 00:00:00 2001 From: Luan Nguyen Date: Fri, 24 Oct 2014 09:02:16 -0700 Subject: docs: Fix metadata description. Add new gesture test. Split layout test. Change-Id: I5a8948594af94fa1e7548fc49a0c3946f03d7fc8 --- docs/html/distribute/essentials/quality/wear.jd | 41 +++++++++++++++++++++---- 1 file changed, 35 insertions(+), 6 deletions(-) (limited to 'docs/html/distribute') 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 - + Gestures @@ -174,6 +174,19 @@ page.image=/distribute/images/gp-wear-quality.png + + + WR-GD + + +

+ 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. + (Learn how) +

+ + + @@ -212,16 +225,32 @@ data-sortorder="-timestamp" data-cardsizes="6x2" data-maxresults="6"> - + Layout - - WR-LL + + WR-LS + + +

+ 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. +
+ (Learn how) +

+ + + + + + WR-LR

- 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. +
(Learn how)

-- cgit v1.1