diff options
author | Ricardo Cervera <rcervera@google.com> | 2014-06-23 17:04:53 -0700 |
---|---|---|
committer | Ricardo Cervera <rcervera@google.com> | 2014-06-23 17:36:17 -0700 |
commit | 245528738fb15583e9f702a718cf475ccacc031d (patch) | |
tree | 6174e1f848decc014f71a9e3dc19de65984e8b06 /docs/html/auto/index.jd | |
parent | e89c6ebeceb2a04d8ee05e73e15a899b686f811a (diff) | |
download | frameworks_base-245528738fb15583e9f702a718cf475ccacc031d.zip frameworks_base-245528738fb15583e9f702a718cf475ccacc031d.tar.gz frameworks_base-245528738fb15583e9f702a718cf475ccacc031d.tar.bz2 |
docs: Added three columns on the Auto SDK.
Also updated the images from the design guys.
Change-Id: Idca893d461dd8a1d8374774c9eac670f1bc78d49
Diffstat (limited to 'docs/html/auto/index.jd')
-rw-r--r-- | docs/html/auto/index.jd | 56 |
1 files changed, 42 insertions, 14 deletions
diff --git a/docs/html/auto/index.jd b/docs/html/auto/index.jd index 2c0334e..375ee36 100644 --- a/docs/html/auto/index.jd +++ b/docs/html/auto/index.jd @@ -53,6 +53,21 @@ page.type=about left:7px; z-index:1; } +.sdk-link { + font-size:16px; + padding-left:5px; + padding-right:15px; +} +.sdk-link-title { + font-size:18px; + padding-left:5px; + padding-right:15px; +} +.sdk-link-desc { + font-size:14px; + padding-left:5px; + padding-right:15px; +} </style> @@ -201,9 +216,6 @@ page.type=about <div class="landing-section-header"> <div class="landing-pre-h1">Coming soon</div> <div class="landing-h1">Android Auto SDK</div> - <div style="text-align:center;margin-top:20px;font-size:14pt;margin-bottom:-5px"> - <a href="https://docs.google.com/a/google.com/forms/d/1ANgYOoYLkfyZ2JRPSU34Nep5yNaU-Ha2syXJ9b4xLrA/viewform">Sign up for updates</a> - </div> </div> <div class="landing-body"> @@ -211,19 +223,35 @@ page.type=about and tools to make your existing apps compatible with Android Auto. The first version of the SDK will provide templates and APIs for music, podcast, live radio, and audio news apps, as well as limited voice actions.</p> - <p style="margin-bottom:40px"> + <p> Future versions of the Android Auto SDK will include support for a selection of Android notifications, additional voice actions, and templates and APIs for - messaging, communication, local search, and more.</p> - - <a target="_blank" href="http://g.co/androidautodev"> - <img class="landing-social-image" src="//www.google.com/images/icons/product/gplus-128.png" alt="+Android Auto Developers"> - </a> - <p> - Join the Android Auto developer community on Google+ to stay involved, get the - latest updates, and exchange experiences with other developers. - <a target="_blank" href="http://g.co/androidautodev">+Android Auto Developers</a> - </p> + messaging, communication, local search, and more. + </p> + + <div class="cols" style="margin-top:40px"> + <div class="col-3-wide"> + <p class="sdk-link-title">Updates</p> + <p class="sdk-link-desc"> + Register to receive more information and be notified when the SDK is available. + </p> + <a class="sdk-link" href="https://docs.google.com/a/google.com/forms/d/1ANgYOoYLkfyZ2JRPSU34Nep5yNaU-Ha2syXJ9b4xLrA/viewform">Sign up for updates</a> + </div> + <div class="col-3-wide"> + <p class="sdk-link-title">Google+ Community</p> + <p class="sdk-link-desc"> + Stay involved, get updates, and exchange experiences with other developers. + </p> + <a class="sdk-link" href="http://g.co/androidautodev">Discuss on Google+</a> + </div> + <div class="col-3-wide"> + <p class="sdk-link-title">Developer Overview</p> + <p class="sdk-link-desc"> + Learn more about developing apps for Android Auto when the SDK is available. + </p> + <a class="sdk-link" href="{@docRoot}auto/overview.html">Learn about the platform</a> + </div> + </div> </div> </div> <!-- end .wrap --> |