diff options
author | Scott Main <smain@google.com> | 2012-01-12 15:44:53 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-01-12 15:44:53 -0800 |
commit | 722c8c02f1e17c232b041440ea97a2fda336a6e8 (patch) | |
tree | 7a0aa94b0296bf28c3413050e6db9dd8bfb90b15 /docs/html | |
parent | ff321d496a6a07fc667112ecfe4d9a107d44147b (diff) | |
parent | 8b56d20e300a42249375a60b929e84283cc2dedb (diff) | |
download | frameworks_base-722c8c02f1e17c232b041440ea97a2fda336a6e8.zip frameworks_base-722c8c02f1e17c232b041440ea97a2fda336a6e8.tar.gz frameworks_base-722c8c02f1e17c232b041440ea97a2fda336a6e8.tar.bz2 |
Merge "docs: make AD logo clickable on home page" into ics-mr1
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/index.jd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/html/index.jd b/docs/html/index.jd index 53c59e7..9197b5d 100644 --- a/docs/html/index.jd +++ b/docs/html/index.jd @@ -11,8 +11,10 @@ home=true </div><!-- end homeTitle --> <div id="announcement-block"> <!-- total max width is 520px --> + <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>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 |