diff --git a/docs/html/design/devices.jd b/docs/html/design/devices.jd index 9554e9b506cc1..c67e58507acd5 100644 --- a/docs/html/design/devices.jd +++ b/docs/html/design/devices.jd @@ -13,7 +13,7 @@ footer.hide=1 #text-overlay { position: absolute; left: 0; - top: 380px; + top: 410px; width: 340px; } diff --git a/docs/html/design/media/device_family.png b/docs/html/design/media/device_family.png index c4863fcb24e0a..96b31d361fb0b 100644 Binary files a/docs/html/design/media/device_family.png and b/docs/html/design/media/device_family.png differ diff --git a/docs/html/design/wear/structure.jd b/docs/html/design/wear/structure.jd index 67b218a256d91..f5ed49dd04e72 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

Breaking out of the card (with custom layouts)

+

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.

+ +

Developer Docs

@@ -104,8 +107,6 @@ page.title=App Structure for Android Wear
-

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.

-

When to go full screen