diff options
Diffstat (limited to 'docs/html/develop/index.jd')
-rw-r--r-- | docs/html/develop/index.jd | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/html/develop/index.jd b/docs/html/develop/index.jd index d66f8f4..f516677 100644 --- a/docs/html/develop/index.jd +++ b/docs/html/develop/index.jd @@ -13,7 +13,8 @@ excludeFromSuggestions=true <div class="wrap"> <div class="cols dac-hero-content"> <div class="col-1of2 col-push-1of2 dac-hero-figure"> - <img class="dac-hero-image" src="{@docRoot}images/develop/studio-open.png"> + <img class="dac-hero-image" src="{@docRoot}images/develop/hero_image_studio5_2x.png" + srcset="/images/develop/hero_image_studio5.png 1x, /images/develop/hero_image_studio5_2x.png 2x" /> </div> <div class="col-1of2 col-pull-1of2"> <h1 class="dac-hero-title">Get Started with Android Studio</h1> @@ -60,7 +61,7 @@ excludeFromSuggestions=true data-maxResults="3"></div> </div></section> -<section class="dac-section dac-section-light"><div class="wrap"> +<section class="dac-section dac-light"><div class="wrap"> <h1 class="dac-section-title">Tools for building apps</h1> <div class="dac-section-subtitle"> Insights into Android's tools and libraries to speed your development. @@ -74,7 +75,7 @@ excludeFromSuggestions=true </ul> </div></section> -<section class="dac-section dac-light"><div class="wrap"> +<section class="dac-section dac-section-light"><div class="wrap"> <h1 class="dac-section-title">Android performance patterns</h1> <div class="dac-section-subtitle"> Everything you need to know about improving your app’s performance. |