diff options
| author | 2016-09-26 19:37:23 +0000 | |
|---|---|---|
| committer | 2016-09-26 19:37:23 +0000 | |
| commit | c21adaff243e03a23f5d24eecf5cd60d946db9ad (patch) | |
| tree | 249c0ce439089b17f2869fb7c8d474b0f574183a | |
| parent | 03a8f6918e94235926d90e98917532329da7e135 (diff) | |
| parent | a3252f103d93d9c3a29365a144fa680f3c8ba297 (diff) | |
revise Develop landing page banner for Studio 2.2
am: a3252f103d
Change-Id: I8aeb52bb6648680a0e4c2bfb684861e0a653b6bf
| -rw-r--r-- | docs/html/develop/index.jd | 21 | ||||
| -rw-r--r-- | docs/html/images/develop/hero-layout-editor.png | bin | 0 -> 22517 bytes | |||
| -rw-r--r-- | docs/html/images/develop/hero-layout-editor_2x.png | bin | 7018 -> 64702 bytes |
3 files changed, 13 insertions, 8 deletions
diff --git a/docs/html/develop/index.jd b/docs/html/develop/index.jd index 46eac7186ca9..c6fb319a5f60 100644 --- a/docs/html/develop/index.jd +++ b/docs/html/develop/index.jd @@ -15,20 +15,25 @@ excludeFromSuggestions=true <div class="cols dac-hero-content"> <div class="col-1of2 col-push-1of2 dac-hero-figure"> <img class="dac-hero-image" style="padding-top:32px" - src="/images/develop/hero-layout-editor_2x.png"> + src="/images/develop/hero-layout-editor_2x.png" + srcset="/images/develop/hero-layout-editor_2x.png 2x, + /images/develop/hero-layout-editor.png 1x"> </div> <div class="col-1of2 col-pull-1of2" style="margin-bottom:40px"> <h1 class="dac-hero-title"> <a style="color:inherit" href="{@docRoot}studio/index.html"> - Android Studio 2.2 <nobr>is here!</nobr></a></h1> + Android Studio 2.2!</a></h1> -<p class="dac-hero-description">The latest version of Android Studio includes a -rewritten layout editor with the new constraint layout, helping you build rich -UI with less work. </p> +<p class="dac-hero-description">There are 20+ new features in this release +focused on helping you code faster and smarter. With Android Studio 2.2 you +can:</p> -<p class="dac-hero-description"> -There are 20+ new features in Android Studio 2.2, helping you code faster -and smarter.</p> +<ul class="dac-hero-description"> + <li>Develop your app user interface faster with the new Layout Editor & + Constraint Layout</li> + <li>Develop smarter with the APK analyzer & expanded code analysis</li> + <li>Develop with the the latest Android 7.0 Nougat APIs & features</li> +</ul> <p style="margin-top:24px"> <a class="dac-hero-cta" href="{@docRoot}studio/index.html"> diff --git a/docs/html/images/develop/hero-layout-editor.png b/docs/html/images/develop/hero-layout-editor.png Binary files differnew file mode 100644 index 000000000000..195150e77c19 --- /dev/null +++ b/docs/html/images/develop/hero-layout-editor.png diff --git a/docs/html/images/develop/hero-layout-editor_2x.png b/docs/html/images/develop/hero-layout-editor_2x.png Binary files differindex 56dfbf38719b..60c3d2415a07 100644 --- a/docs/html/images/develop/hero-layout-editor_2x.png +++ b/docs/html/images/develop/hero-layout-editor_2x.png |