From fe3057f9135b2c0307572e17954f3ac43a12d4ce Mon Sep 17 00:00:00 2001
From: Scott Main
- 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
- Roboto - Specimen Book + Roboto + Specimen Book
-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 cBlue 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.
- +
diff --git a/docs/html/design/style/iconography.jd b/docs/html/design/style/iconography.jd
index 78e8680d98694..76f4aa4c7d3f4 100644
--- a/docs/html/design/style/iconography.jd
+++ b/docs/html/design/style/iconography.jd
@@ -110,7 +110,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.
-
-
+
+
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)" />
-
+