diff options
| author | Robert Ly <robertly@google.com> | 2014-06-25 10:54:40 -0700 |
|---|---|---|
| committer | Robert Ly <robertly@google.com> | 2014-06-25 22:42:38 -0700 |
| commit | a460cc40333b3814c85d2574e4980852f0491552 (patch) | |
| tree | 9f5a883f894699169c539c282074d2a3754dcca1 /docs/html/wear | |
| parent | a1bc384d22de86fc5d8fac90328fa619a6a3fceb (diff) | |
| download | frameworks_base-a460cc40333b3814c85d2574e4980852f0491552.zip frameworks_base-a460cc40333b3814c85d2574e4980852f0491552.tar.gz frameworks_base-a460cc40333b3814c85d2574e4980852f0491552.tar.bz2 | |
docs: index landing
Change-Id: I370f88e85f77b700ab9d2d2ba202a1e05f23b490
Diffstat (limited to 'docs/html/wear')
| -rw-r--r-- | docs/html/wear/images/notifications.png | bin | 0 -> 197907 bytes | |||
| -rw-r--r-- | docs/html/wear/images/steps.png | bin | 0 -> 205629 bytes | |||
| -rw-r--r-- | docs/html/wear/images/voicecommands.png | bin | 0 -> 23536 bytes | |||
| -rw-r--r-- | docs/html/wear/index.jd | 30 |
4 files changed, 16 insertions, 14 deletions
diff --git a/docs/html/wear/images/notifications.png b/docs/html/wear/images/notifications.png Binary files differnew file mode 100644 index 0000000..8b1cb0b --- /dev/null +++ b/docs/html/wear/images/notifications.png diff --git a/docs/html/wear/images/steps.png b/docs/html/wear/images/steps.png Binary files differnew file mode 100644 index 0000000..965f382 --- /dev/null +++ b/docs/html/wear/images/steps.png diff --git a/docs/html/wear/images/voicecommands.png b/docs/html/wear/images/voicecommands.png Binary files differnew file mode 100644 index 0000000..9839ed8 --- /dev/null +++ b/docs/html/wear/images/voicecommands.png diff --git a/docs/html/wear/index.jd b/docs/html/wear/index.jd index 10e7d29..c9b8ba8 100644 --- a/docs/html/wear/index.jd +++ b/docs/html/wear/index.jd @@ -83,33 +83,35 @@ page.type=about <div class="landing-body"> <div class="landing-breakout cols"> <div class="col-3-wide"> - - <div class="framed-wear-square"> - <img src="{@docRoot}wear/images/screens/reservation_animated.gif"> + <div class="framed-wear-square"> + <img src="{@docRoot}wear/images/notifications.png" itemprop="image" alt=""> </div> - + <br /> <p class="landing-small"> - Say “Ok Google” to ask questions and get stuff done. + Get glanceable, actionable information at just the right time with notifications + that are synced from your handheld device. </p> </div> <div class="col-3-wide"> - <img src="{@docRoot}wear/images/screens/circle_message2.png" itemprop="image" alt=""> + <div class="framed-wear-square"> + <img src="{@docRoot}wear/images/voicecommands.png"> + </div> + <br /> <p class="landing-small"> - Get glanceable, actionable information at just the right time with notifications - that are synced from your handheld device. - + Say “Ok Google” to send messages, ask questions, and get stuff done. </p> </div> <div class="col-3-wide"> - <img src="{@docRoot}wear/images/screens/fitness-24.png" alt=""> + <div class="framed-wear-square"> + <img src="{@docRoot}wear/images/steps.png" alt=""> + </div> + <br /> <p class="landing-small"> Design apps that can access a wide range of sensors and other hardware directly on the wearable. - </p> </div> </div> - <p> Before you start building, check out the <a href="{@docRoot}design/wear/index.html">Android Wear Design Principles</a> @@ -126,7 +128,7 @@ page.type=about <div class="landing-subhead"> The Android Wear APIs are delivered in the Android Support Library and Google Play services. When using these libraries, handheld devices running Android 4.3 - (API Level 18) or later can communicate with wearables.</div> + or later can communicate with wearables.</div> </div> <div class="landing-body"> @@ -166,7 +168,7 @@ page.type=about </div> <div class="col-4"> <img src="{@docRoot}wear/images/features/send-data.png" alt=""> - <p>Synced Data</p> + <p>Send Data</p> <p class="landing-small"> Send data and actions between handhelds and wearables with data replication APIs and RPCs. |
