diff options
Diffstat (limited to 'docs/html/index.jd')
-rw-r--r-- | docs/html/index.jd | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/html/index.jd b/docs/html/index.jd index 8624633..9197b5d 100644 --- a/docs/html/index.jd +++ b/docs/html/index.jd @@ -11,14 +11,15 @@ home=true </div><!-- end homeTitle --> <div id="announcement-block"> <!-- total max width is 520px --> - <img src="{@docRoot}images/home/market_icon.png" -alt="Android Market" width="120px" style="padding:10px 53px 5px"/> + <a href="{@docRoot}design/index.html"> + <img src="{@docRoot}images/home/android-design.png" +alt="Android Design" width="160px" style="padding:10px 33px 5px"/> + </a> <div id="announcement" style="width:275px"> - <p>We've completely redesigned Android Market for phones to make it easier to -explore Android apps, games, and other content. Look for the new version coming to your -Android phone!</p> <p><a -href="http://android-developers.blogspot.com/2011/07/new-android-market-for-phones.html">Learn more -»</a></p> + <p>Introducing <b>Android Design</b>: The place to learn about principles, building blocks, and patterns + for creating world-class Android user interfaces. Whether you're a UI professional or a developer + playing that role, these docs show you how to make good design decisions, big and small.</p> + <p><a href="{@docRoot}design/index.html">Android Design »</a></p> </div> <!-- end annoucement --> </div> <!-- end annoucement-block --> </div><!-- end topAnnouncement --> |