summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDirk Dougherty <ddougherty@google.com>2012-03-07 17:04:49 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-03-07 17:04:49 -0800
commite6c66246149ed7c0b115f18bf179377c6d444325 (patch)
tree4c7ac9e85f6001780ce489fa0d8f762ba25152f8 /docs
parent3b812863d86d6e7059bfb99b120d1fcd7ef06170 (diff)
parentfad7db430cac4a41eba2ce0b0710d551197c63e5 (diff)
downloadframeworks_base-e6c66246149ed7c0b115f18bf179377c6d444325.zip
frameworks_base-e6c66246149ed7c0b115f18bf179377c6d444325.tar.gz
frameworks_base-e6c66246149ed7c0b115f18bf179377c6d444325.tar.bz2
am fad7db43: am 106cdc6a: am 9ad3d0ee: Update build-a-button to use new assets.
* commit 'fad7db430cac4a41eba2ce0b0710d551197c63e5': Update build-a-button to use new assets.
Diffstat (limited to 'docs')
-rw-r--r--docs/html/guide/publishing/publishing.jd35
1 files changed, 18 insertions, 17 deletions
diff --git a/docs/html/guide/publishing/publishing.jd b/docs/html/guide/publishing/publishing.jd
index 952e602..acceecf 100644
--- a/docs/html/guide/publishing/publishing.jd
+++ b/docs/html/guide/publishing/publishing.jd
@@ -456,16 +456,17 @@ web browser or the Google Play application to perform the search.</p>
<h3 id="BuildaButton">Build a Google Play button</h3>
-<p>Use the following form to generate an "Available on Google Play" button that you can use on
-your web site. Input either your application's package name or publisher name and the button will
-take users to Google Play to either view your application's information or view a list of
-your published apps. If users click the button while on an Android-powered device, the Google
-Play application will respond to show users your application(s).</p>
-
-<p>This form offers four versions of the official "Available on Google Play" button at
-recommended sizes. If you want to create a different size, you can download an EPS file for
+<p>Use the following form to generate a "Get it on Google Play" or "Android App
+on Google Play" button that you can use on your web site. Input either your
+application's package name or publisher name and the button will take users to
+Google Play to either view your application's information or view a list of your
+published apps. If users click the button while on an Android-powered device,
+the Google Play application will respond to show users your application(s).</p>
+
+<p>This form offers four versions of the official brand badges at
+recommended sizes. <!--If you want to create a different size, you can download an EPS file for
the button images from the <a href="http://www.android.com/branding.html">Android Brand
-Guidelines</a>.</p>
+Guidelines</a>.</p>-->
<style type="text/css">
@@ -617,22 +618,22 @@ $(document).ready(function() {
<br/><br/>
<div class="button-row">
- <input type="radio" name="buttonStyle" value="45_avail_market_logo1" id="ns" checked="checked" />
- <label for="ns"><img src="http://www.android.com/images/brand/45_avail_market_logo1.png"
+ <input type="radio" name="buttonStyle" value="get_it_on_play_logo_small" id="ns" checked="checked" />
+ <label for="ns"><img src="http://www.android.com/images/brand/get_it_on_play_logo_small"
alt="narrow and small logo" /></label>
&nbsp;&nbsp;&nbsp;&nbsp;
- <input type="radio" name="buttonStyle" value="60_avail_market_logo1" id="nm" />
- <label for="nm"><img src="http://www.android.com/images/brand/60_avail_market_logo1.png"
+ <input type="radio" name="buttonStyle" value="get_it_on_play_logo_large.png" id="nm" />
+ <label for="nm"><img src="http://www.android.com/images/brand/get_it_on_play_logo_large.png"
alt="narrow and large logo" /></label>
</div>
<div class="button-row">
- <input type="radio" name="buttonStyle" value="45_avail_market_logo2" id="ws" />
- <label for="ws"><img src="http://www.android.com/images/brand/45_avail_market_logo2.png"
+ <input type="radio" name="buttonStyle" value="android_app_on_play_logo_small.png" id="ws" />
+ <label for="ws"><img src="http://www.android.com/images/brand/android_app_on_play_logo_small.png"
alt="wide and small logo" /></label>
&nbsp;&nbsp;&nbsp;&nbsp;
- <input type="radio" name="buttonStyle" value="60_avail_market_logo2" id="wm" />
- <label for="wm"><img src="http://www.android.com/images/brand/60_avail_market_logo2.png"
+ <input type="radio" name="buttonStyle" value="android_app_on_play_logo_large.png" id="wm" />
+ <label for="wm"><img src="http://www.android.com/images/brand/android_app_on_play_logo_large.png"
alt="wide and large logo" /></label>
</div>