Files
android_development/samples/wearable/WatchViewStub/Wearable/_index.html
Griff Hazen 9872c0c7c0 Move all wearable samples to development/samples/wearable
Update build.gradle to compile them all, and remove
gradle stopships.

Copied from vendor/google_clockwork klp-modular-dev as of:
01930cc85bc1ba974a412db7d3c9d17387702e16

Bug: 15591212
Bug: 15264403

Change-Id: I4d05c35c995e675d92039b1dfb2a33e454285af5
2014-06-22 00:18:09 -07:00

13 lines
638 B
HTML

<p>This sample demonstrates how to specify different layouts for round and rectangular screens.
The layouts used in this sample are as follows:
<ul>
<li>Round: The background is a blue/green ring surrounding red text.</li>
<li>Rect: The background is a blue/breen rounded rectangle with red text on top.</li>
</ul>
Additionally, a unique animation is played when the user clicks on the layout, depending on whether
the screen is round or rectangular:
<ul>
<li>Round: The layout rotates 360 degrees.</li>
<li>Rect: The layout shrinks to 70% and then grows back to 100%.</li>
</ul>
</p>