diff options
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 { |