diff options
| author | 2014-06-25 11:07:05 -0700 | |
|---|---|---|
| committer | 2014-06-25 11:08:40 -0700 | |
| commit | 12df4f9ef19b49147f700cfa95fb73517540b033 (patch) | |
| tree | 630133ac7a9236668ce4a03ca0b8c0da3f2d2aea | |
| parent | 2a139d648602e6812e5366ec1abc29fa2b010c99 (diff) | |
update wear icons on preview page
Change-Id: I17fc5a7d1ba637ea0eb557eae50aea76667e2430
| -rw-r--r-- | docs/html/preview/images/apps.png | bin | 0 -> 2868 bytes | |||
| -rw-r--r-- | docs/html/preview/images/notifications.png | bin | 0 -> 1882 bytes | |||
| -rw-r--r-- | docs/html/preview/images/send-data.png | bin | 0 -> 3244 bytes | |||
| -rw-r--r-- | docs/html/preview/images/voice.png | bin | 0 -> 10627 bytes | |||
| -rw-r--r-- | docs/html/preview/index.html | 8 |
5 files changed, 4 insertions, 4 deletions
diff --git a/docs/html/preview/images/apps.png b/docs/html/preview/images/apps.png Binary files differnew file mode 100644 index 000000000000..dbbb5e54bb6f --- /dev/null +++ b/docs/html/preview/images/apps.png diff --git a/docs/html/preview/images/notifications.png b/docs/html/preview/images/notifications.png Binary files differnew file mode 100644 index 000000000000..128853cf0764 --- /dev/null +++ b/docs/html/preview/images/notifications.png diff --git a/docs/html/preview/images/send-data.png b/docs/html/preview/images/send-data.png Binary files differnew file mode 100644 index 000000000000..7010e3f0c842 --- /dev/null +++ b/docs/html/preview/images/send-data.png diff --git a/docs/html/preview/images/voice.png b/docs/html/preview/images/voice.png Binary files differnew file mode 100644 index 000000000000..e727ab57f9bf --- /dev/null +++ b/docs/html/preview/images/voice.png diff --git a/docs/html/preview/index.html b/docs/html/preview/index.html index 8d7e9ea3eafd..e4bbed42959d 100644 --- a/docs/html/preview/index.html +++ b/docs/html/preview/index.html @@ -148,7 +148,7 @@ with a user experience that's designed specifically for wearables. <div class="landing-body"> <div class="landing-breakout cols"> <div class="col-4"> - <img src="/preview/images/wear-data.png" alt=""> + <img src="/preview/images/notifications.png" alt=""> <p>Synced Notifications</p> <p class="landing-small"> Notifications on handhelds can automatically sync to wearables, so design them @@ -156,7 +156,7 @@ with a user experience that's designed specifically for wearables. </p> </div> <div class="col-4"> - <img src="/preview/images/wear-apps.png" alt=""> + <img src="/preview/images/apps.png" alt=""> <p>Wearable Apps</p> <p class="landing-small"> Create custom experiences with activities, services, sensors, and much @@ -164,7 +164,7 @@ with a user experience that's designed specifically for wearables. </p> </div> <div class="col-4"> - <img src="/preview/images/wear-data.png" alt=""> + <img src="/preview/images/send-data.png" alt=""> <p>Send Data</p> <p class="landing-small"> Send data and actions between handhelds and wearables with @@ -172,7 +172,7 @@ with a user experience that's designed specifically for wearables. </p> </div> <div class="col-4"> - <img src="/preview/images/wear-voice.png" alt=""> + <img src="/preview/images/voice.png" alt=""> <p>Voice Actions</p> <p class="landing-small"> Register your app to handle voice actions, like "Ok Google, take a note," |