am 9167652e: am fba8fddf: am 781fe92c: Merge "docs: Fix metadata description. Add new gesture test. Split layout test." into lmp-dev
* commit '9167652e442ae979d1af24ccb3d786d0c96298ab': docs: Fix metadata description. Add new gesture test. Split layout test.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
page.title=Wear App Quality
|
page.title=Wear App Quality
|
||||||
page.tags="wear","wearables","quality","guidelines"
|
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
|
page.image=/distribute/images/gp-wear-quality.png
|
||||||
@jd:body
|
@jd:body
|
||||||
|
|
||||||
@@ -158,7 +158,7 @@ page.image=/distribute/images/gp-wear-quality.png
|
|||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td rowspan="1" id="gestures">
|
<td rowspan="2" id="gestures">
|
||||||
Gestures
|
Gestures
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
@@ -174,6 +174,19 @@ page.image=/distribute/images/gp-wear-quality.png
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</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>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
@@ -212,16 +225,32 @@ data-sortorder="-timestamp" data-cardsizes="6x2" data-maxresults="6">
|
|||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td rowspan="2" id="layout">
|
<td rowspan="3" id="layout">
|
||||||
Layout
|
Layout
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td id="WR-LL">
|
<td id="WR-LS">
|
||||||
WR-LL
|
WR-LS
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<p style="margin-bottom:.5em;">
|
<p style="margin-bottom:.5em;">
|
||||||
App user interface is formatted appropriately for both square and round displays.
|
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 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>)
|
(<a href="{@docRoot}training/wearables/ui/layouts.html">Learn how</a>)
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user