diff options
| author | Scott Main <smain@google.com> | 2012-01-12 15:33:38 -0800 |
|---|---|---|
| committer | Scott Main <smain@google.com> | 2012-01-12 15:33:38 -0800 |
| commit | 8b56d20e300a42249375a60b929e84283cc2dedb (patch) | |
| tree | 3770e95bdeec0fae31c9566775d7f6b934bc1015 /docs/html/index.jd | |
| parent | 755a967bdc2cddb6fbadd10e357f8a5328520061 (diff) | |
| download | frameworks_base-8b56d20e300a42249375a60b929e84283cc2dedb.zip frameworks_base-8b56d20e300a42249375a60b929e84283cc2dedb.tar.gz frameworks_base-8b56d20e300a42249375a60b929e84283cc2dedb.tar.bz2 | |
docs: make AD logo clickable on home page
Change-Id: Ib8a94280d4183b82bcbc5969f2dff1a67c1ecc53
Diffstat (limited to 'docs/html/index.jd')
| -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 |
