diff --git a/docs/html/design/downloads/index.jd b/docs/html/design/downloads/index.jd index 5f78aeaeaa671..00f44677d8dd4 100644 --- a/docs/html/design/downloads/index.jd +++ b/docs/html/design/downloads/index.jd @@ -12,7 +12,8 @@ You can also download individual files listed below.

- Download All + Download All

@@ -37,10 +38,14 @@ available.

- Adobe® Fireworks® PNG Stencil - Adobe® Illustrator® Stencil - Omni® OmniGraffle® Stencil - Adobe® Photoshop® Sources + Adobe® Fireworks® PNG Stencil + Adobe® Illustrator® Stencil + Omni® OmniGraffle® Stencil + Adobe® Photoshop® Sources

@@ -66,7 +71,8 @@ modify to match your theme, plus source files.

- Action Bar Icon Pack + Action Bar Icon Pack

@@ -91,8 +97,10 @@ requirements of UI and high-resolution screens.

- Roboto - Specimen Book + Roboto + Specimen Book

@@ -115,7 +123,8 @@ shade that can be used as a complement when needed.

- Color Swatches + Color Swatches

diff --git a/docs/html/design/patterns/actionbar.jd b/docs/html/design/patterns/actionbar.jd index 5484ba3c8b3d8..353cee6a3cecd 100644 --- a/docs/html/design/patterns/actionbar.jd +++ b/docs/html/design/patterns/actionbar.jd @@ -293,7 +293,8 @@ files for further customization.

-Download the Action Bar Icon Pack +Download the Action Bar Icon Pack

diff --git a/docs/html/design/style/color.jd b/docs/html/design/style/color.jd index 5be34ac5f64d6..a7daacf50e273 100644 --- a/docs/html/design/style/color.jd +++ b/docs/html/design/style/color.jd @@ -115,7 +115,8 @@ between visual components. Note that red and green may be indistinguishable to c

Blue is the standard accent color in Android's color palette. Each color has a corresponding darker shade that can be used as a complement when needed.

-

Download the swatches

+

Download the swatches

diff --git a/docs/html/design/style/iconography.jd b/docs/html/design/style/iconography.jd index 3ba3f71bd2696..ce11cf7fb3ca4 100644 --- a/docs/html/design/style/iconography.jd +++ b/docs/html/design/style/iconography.jd @@ -109,7 +109,8 @@ files for further customization.

-Download the Action Bar Icon Pack +Download the Action Bar Icon Pack

diff --git a/docs/html/design/style/typography.jd b/docs/html/design/style/typography.jd index f58c8764002f6..427b8c6fd226c 100644 --- a/docs/html/design/style/typography.jd +++ b/docs/html/design/style/typography.jd @@ -18,8 +18,10 @@ italic weights by default.

-

Download Roboto

-

Specimen Book

+

Download Roboto

+

Specimen Book

diff --git a/docs/html/distribute/googleplay/promote/badges.jd b/docs/html/distribute/googleplay/promote/badges.jd index d6f15fb12cb4c..806f92f5eb359 100644 --- a/docs/html/distribute/googleplay/promote/badges.jd +++ b/docs/html/distribute/googleplay/promote/badges.jd @@ -88,6 +88,9 @@ function buildButton(form) { $("#button-preview").html(linkStart + "apps/details?id=" + form["package"].value + imageStart + altText + imageSrc + selectedValue + imageEnd); + + // Send the event to Analytics + _gaq.push(['_trackEvent', 'Distribute', 'Create Google Play Badge', 'Package ' + selectedValue]); } else if (form["publisher"].value != "Example, Inc.") { $("#preview").show(); $("#snippet").show().html(linkStartCode + "search?q=pub:" + form["publisher"].value @@ -96,6 +99,9 @@ function buildButton(form) { $("#button-preview").html(linkStart + "search?q=pub:" + form["publisher"].value + imageStart + altText + imageSrc + selectedValue + imageEnd); + + // Send the event to Analytics + _gaq.push(['_trackEvent', 'Distribute', 'Create Google Play Badge', 'Publisher ' + selectedValue]); } else { alert("Please enter your package name or publisher name"); } @@ -199,8 +205,8 @@ alt="Get it on Google Play (small)" /> alt="Get it on Google Play (large)" /> - +
diff --git a/docs/html/distribute/promote/device-art.jd b/docs/html/distribute/promote/device-art.jd index af36625f8c73f..93f772a5cdd31 100644 --- a/docs/html/distribute/promote/device-art.jd +++ b/docs/html/distribute/promote/device-art.jd @@ -299,6 +299,8 @@ feature image or screenshots for your Google Play app listing.

g_currentFilename = data.name; g_currentImage = img; createFrame(); + // Send the event to Analytics + _gaq.push(['_trackEvent', 'Distribute', 'Create Device Art', g_currentDevice.title]); }); }); });