diff options
author | Scott Main <smain@google.com> | 2012-12-04 18:23:09 -0800 |
---|---|---|
committer | Dirk Dougherty <ddougherty@google.com> | 2013-07-08 16:16:21 -0700 |
commit | da31f2ea9274614da18aa2544fc43fb4ee213741 (patch) | |
tree | 316245edf9057892c6159db2e325f66f7989b2cd /docs/html/design | |
parent | 9c35004eabc48509c22d27f0a32ef7391e7ce923 (diff) | |
download | frameworks_base-da31f2ea9274614da18aa2544fc43fb4ee213741.zip frameworks_base-da31f2ea9274614da18aa2544fc43fb4ee213741.tar.gz frameworks_base-da31f2ea9274614da18aa2544fc43fb4ee213741.tar.bz2 |
docs: add link to developer survey on main landing pages
Change-Id: Ib842dc074be9541764379d2adfecb0af01751d76
Diffstat (limited to 'docs/html/design')
-rw-r--r-- | docs/html/design/downloads/index.jd | 8 | ||||
-rw-r--r-- | docs/html/design/index.jd | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/docs/html/design/downloads/index.jd b/docs/html/design/downloads/index.jd index 00f4467..ab6bb1b 100644 --- a/docs/html/design/downloads/index.jd +++ b/docs/html/design/downloads/index.jd @@ -1,5 +1,13 @@ page.title=Downloads @jd:body +<div id="butterbar-wrapper" > + <div id="butterbar" > + <div id="butterbar-message"> +<a target="_blank" href="https://docs.google.com/a/google.com/forms/d/1EHLPGqhbxj2HungHRRN4_0K9TGpc-Izy-u46vBDgS8Q/viewform"> + Take the Android Developer Survey</a> + </div> + </div> +</div> <div class="layout-content-row"> <div class="layout-content-col span-9"> diff --git a/docs/html/design/index.jd b/docs/html/design/index.jd index 1e6b40c..d4ef07f 100644 --- a/docs/html/design/index.jd +++ b/docs/html/design/index.jd @@ -2,6 +2,14 @@ page.title=Design header.hide=1 footer.hide=1 @jd:body +<div id="butterbar-wrapper" > + <div id="butterbar" > + <div id="butterbar-message"> +<a target="_blank" href="https://docs.google.com/a/google.com/forms/d/1EHLPGqhbxj2HungHRRN4_0K9TGpc-Izy-u46vBDgS8Q/viewform"> + Take the Android Developer Survey</a> + </div> + </div> +</div> <style> #landing-graphic-container { |