diff options
| author | 2012-01-12 15:47:15 -0800 | |
|---|---|---|
| committer | 2012-01-12 15:47:15 -0800 | |
| commit | cea3892bd7fdf605d51a7f99aa0d20dfbea80dd3 (patch) | |
| tree | 5b35f2b9ec1dbcf888114a7935093812e2d057ad | |
| parent | 1e9e7f76d5e6187befaf96eece258c27fd08bdc5 (diff) | |
| parent | 722c8c02f1e17c232b041440ea97a2fda336a6e8 (diff) | |
am 722c8c02: Merge "docs: make AD logo clickable on home page" into ics-mr1
* commit '722c8c02f1e17c232b041440ea97a2fda336a6e8':
docs: make AD logo clickable on home page
| -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 53c59e736376..9197b5d202a3 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 |