summaryrefslogtreecommitdiffstats
path: root/docs/html/design/wear
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2014-06-26 16:10:50 +0000
committerScott Main <smain@google.com>2014-06-26 16:10:50 +0000
commit8374fdbca178eca84b5fa36b4154380676223953 (patch)
tree46c6aa316fa7279785ad45ebe0f09155f8c525ba /docs/html/design/wear
parent9a5dcb8c44a0f64b4abfd8f2bc19136c42cf1232 (diff)
downloadframeworks_base-8374fdbca178eca84b5fa36b4154380676223953.zip
frameworks_base-8374fdbca178eca84b5fa36b4154380676223953.tar.gz
frameworks_base-8374fdbca178eca84b5fa36b4154380676223953.tar.bz2
Revert "new device family image for design, not photos"
This reverts commit 9a5dcb8c44a0f64b4abfd8f2bc19136c42cf1232. Change-Id: I8bb04608b99358c7a07871cd4adf0de2143d7f3a
Diffstat (limited to 'docs/html/design/wear')
-rw-r--r--docs/html/design/wear/structure.jd5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/html/design/wear/structure.jd b/docs/html/design/wear/structure.jd
index 67b218a..f5ed49d 100644
--- a/docs/html/design/wear/structure.jd
+++ b/docs/html/design/wear/structure.jd
@@ -97,6 +97,9 @@ page.title=App Structure for Android Wear
<h2 id="Custom">Breaking out of the card (with custom layouts)</h2>
+<p>There are some things you can’t do on a card. Swiping in many directions on a map or a joystick are a few examples. In those cases it might be good idea to momentarily go full screen.</p>
+
+
<a class="notice-developers" href="{@docRoot}training/wearables/apps/index.html">
<div>
<h3>Developer Docs</h3>
@@ -104,8 +107,6 @@ page.title=App Structure for Android Wear
</div>
</a>
-<p>There are some things you can’t do on a card. Swiping in many directions on a map or a joystick are a few examples. In those cases it might be good idea to momentarily go full screen.</p>
-
<img src="{@docRoot}design/media/wear/customlayout.png" alt="" width="760px" />
<h3>When to go full screen</h3>