diff options
author | Robert Ly <robertly@google.com> | 2014-06-21 13:40:48 -0700 |
---|---|---|
committer | Robert Ly <robertly@google.com> | 2014-06-21 13:40:48 -0700 |
commit | efa289e2f01aa069505d830c57e3ef6e46288c9c (patch) | |
tree | 9b3c59c8de4d884e603a03ee4ba0b6c88de96916 | |
parent | 50f08149ec7d5ede16f44a855ccf4db450336e93 (diff) | |
download | frameworks_base-efa289e2f01aa069505d830c57e3ef6e46288c9c.zip frameworks_base-efa289e2f01aa069505d830c57e3ef6e46288c9c.tar.gz frameworks_base-efa289e2f01aa069505d830c57e3ef6e46288c9c.tar.bz2 |
docs: add device icons for index page
Change-Id: I255cff3d4771c5bebc48f3d6a03a4ebacb248a89
-rw-r--r-- | docs/html/images/home/auto.png | bin | 4163 -> 8772 bytes | |||
-rw-r--r-- | docs/html/images/home/tv.png | bin | 1728 -> 3107 bytes | |||
-rw-r--r-- | docs/html/images/home/wear.png | bin | 2345 -> 3920 bytes | |||
-rw-r--r-- | docs/html/index.jd | 12 |
4 files changed, 3 insertions, 9 deletions
diff --git a/docs/html/images/home/auto.png b/docs/html/images/home/auto.png Binary files differindex d3cbede..233d69d 100644 --- a/docs/html/images/home/auto.png +++ b/docs/html/images/home/auto.png diff --git a/docs/html/images/home/tv.png b/docs/html/images/home/tv.png Binary files differindex 28ec9ae..47bf4b0 100644 --- a/docs/html/images/home/tv.png +++ b/docs/html/images/home/tv.png diff --git a/docs/html/images/home/wear.png b/docs/html/images/home/wear.png Binary files differindex fd8a3ca..c7a2045 100644 --- a/docs/html/images/home/wear.png +++ b/docs/html/images/home/wear.png diff --git a/docs/html/index.jd b/docs/html/index.jd index 01d4e7b..d00b262 100644 --- a/docs/html/index.jd +++ b/docs/html/index.jd @@ -67,43 +67,37 @@ page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3 <div class="landing-body"> <div class="landing-breakout cols"> - <!-- <div class="resource-widget resource-flow-layout col-16" data-query="collection:index/devices" - data-sortorder="" data-cardsizes="6x6, 6x6, 6x6" data-maxresults="3"></div>--> - <div class="col-3-wide"> <img src="/images/home/wear.png"> - <p>Wearable</p> <p class="landing-small"> Provide information on-the-go for your users, whenever they need it. </p> <p class="landing-small"> - <a href="{@docRoot}wear">Learn about Android Wear</a> + <a href="{@docRoot}wear/index.html">Learn about Android Wear</a> </p> </div> <div class="col-3-wide"> <img src="/images/home/tv.png"> - <p>TV</p> <p class="landing-small"> Build your apps for the big screen and bring your content to life. </p> <p class="landing-small"> - <a href="{@docRoot}tv">Learn about Android TV</a> + <a href="{@docRoot}tv/index.html">Learn about Android TV</a> </p> </div> <div class="col-3-wide"> <img src="/images/home/auto.png"> - <p>Auto</p> <p class="landing-small"> Extend your music apps to automobile entertainment systems. </p> <p class="landing-small"> - <a href="{@docRoot}auto">Learn about Android Auto</a> + <a href="{@docRoot}auto/index.html">Learn about Android Auto</a> </p> </div> |