diff options
| author | 2016-09-20 00:14:01 +0000 | |
|---|---|---|
| committer | 2016-09-20 00:14:01 +0000 | |
| commit | a8f70ff09d91b2c4a24de72290f28053391df498 (patch) | |
| tree | 855908410f94a4c31fdb896b146ad71525b028f6 /docs/html/index.jd | |
| parent | 013de1f1654329f4b6d02bda0c1c93615920d018 (diff) | |
| parent | 3aa40190a8e9aaa1e718e76744093b8dc7feecf2 (diff) | |
update DAC landings for Studio 2.2 am: f032cbfafc am: 5f3de5f6af
am: 3aa40190a8
Change-Id: I809e6145e95e7f23e731a8a38ef46751f972f1a4
Diffstat (limited to 'docs/html/index.jd')
| -rw-r--r-- | docs/html/index.jd | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/docs/html/index.jd b/docs/html/index.jd index fe5dadaa45a5..32360fd0e932 100644 --- a/docs/html/index.jd +++ b/docs/html/index.jd @@ -63,6 +63,40 @@ nonavpage=true </div><!-- end .wrap --> </div><!-- end .dac-actions --> + +<section class="dac-expand dac-hero" style="background-color:#FFF0B4;"> + <div class="wrap" style="max-width:1000px;margin-top:0;overflow:auto"> + <div class="col-7of16 col-push-8of16 dac-hero-figure"> + <a href="/studio/index.html"> + <img class="dac-hero-image" style="padding-top:24px" + src="/studio/images/hero_image_studio_2-2_2x.png"> + </a> + </div> + <div class="col-7of16 col-pull-6of16"> + <h1 class="dac-hero-title" style="color:#004d40">Android Studio 2.2!</h1> +<p class="dac-hero-description" style="color:#004d40">The latest update is +packed with over a dozen new features, like a rewritten layout editor with the +new constraint layout, support for Android 7.0 Nougat, Espresso test recording, +enhanced Jack compiler / Java 8 support, expanded C++ support with CMake and +NDK-Build, and much more!</p> +<p class="dac-hero-description" style="color:#004d40">Android Studio 2.2 +helps you code faster and smarter.</p> + +<p style="margin-top:24px"> + <a class="dac-hero-cta" href="/studio/index.html" style="color:#004d40"> + <span class="dac-sprite dac-auto-chevron"></span> + Get Android Studio 2.2 + </a> + <wbr> + <a class="dac-hero-cta" href="/studio/releases/index.html" style="color:#004d40"> + <span class="dac-sprite dac-auto-chevron"></span> + See the release notes</a> +</p> + </div> + </div> +</section> + + <section class="dac-section dac-light" id="build-apps"><div class="wrap"> <h1 class="dac-section-title">Build Beautiful Apps</h1> <div class="dac-section-subtitle"> |