Skip to content

Commit 9ad3d0e

Browse files
committed
Update build-a-button to use new assets.
Change-Id: I2218af60519fa3adbe574aaedb1a72270ea3c1da
1 parent 25c66c3 commit 9ad3d0e

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

docs/html/guide/publishing/publishing.jd

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -456,16 +456,17 @@ web browser or the Google Play application to perform the search.</p>
456456

457457
<h3 id="BuildaButton">Build a Google Play button</h3>
458458

459-
<p>Use the following form to generate an "Available on Google Play" button that you can use on
460-
your web site. Input either your application's package name or publisher name and the button will
461-
take users to Google Play to either view your application's information or view a list of
462-
your published apps. If users click the button while on an Android-powered device, the Google
463-
Play application will respond to show users your application(s).</p>
464-
465-
<p>This form offers four versions of the official "Available on Google Play" button at
466-
recommended sizes. If you want to create a different size, you can download an EPS file for
459+
<p>Use the following form to generate a "Get it on Google Play" or "Android App
460+
on Google Play" button that you can use on your web site. Input either your
461+
application's package name or publisher name and the button will take users to
462+
Google Play to either view your application's information or view a list of your
463+
published apps. If users click the button while on an Android-powered device,
464+
the Google Play application will respond to show users your application(s).</p>
465+
466+
<p>This form offers four versions of the official brand badges at
467+
recommended sizes. <!--If you want to create a different size, you can download an EPS file for
467468
the button images from the <a href="http://www.android.com/branding.html">Android Brand
468-
Guidelines</a>.</p>
469+
Guidelines</a>.</p>-->
469470

470471
<style type="text/css">
471472

@@ -617,22 +618,22 @@ $(document).ready(function() {
617618
<br/><br/>
618619

619620
<div class="button-row">
620-
<input type="radio" name="buttonStyle" value="45_avail_market_logo1" id="ns" checked="checked" />
621-
<label for="ns"><img src="http://www.android.com/images/brand/45_avail_market_logo1.png"
621+
<input type="radio" name="buttonStyle" value="get_it_on_play_logo_small" id="ns" checked="checked" />
622+
<label for="ns"><img src="http://www.android.com/images/brand/get_it_on_play_logo_small"
622623
alt="narrow and small logo" /></label>
623624
&nbsp;&nbsp;&nbsp;&nbsp;
624-
<input type="radio" name="buttonStyle" value="60_avail_market_logo1" id="nm" />
625-
<label for="nm"><img src="http://www.android.com/images/brand/60_avail_market_logo1.png"
625+
<input type="radio" name="buttonStyle" value="get_it_on_play_logo_large.png" id="nm" />
626+
<label for="nm"><img src="http://www.android.com/images/brand/get_it_on_play_logo_large.png"
626627
alt="narrow and large logo" /></label>
627628
</div>
628629

629630
<div class="button-row">
630-
<input type="radio" name="buttonStyle" value="45_avail_market_logo2" id="ws" />
631-
<label for="ws"><img src="http://www.android.com/images/brand/45_avail_market_logo2.png"
631+
<input type="radio" name="buttonStyle" value="android_app_on_play_logo_small.png" id="ws" />
632+
<label for="ws"><img src="http://www.android.com/images/brand/android_app_on_play_logo_small.png"
632633
alt="wide and small logo" /></label>
633634
&nbsp;&nbsp;&nbsp;&nbsp;
634-
<input type="radio" name="buttonStyle" value="60_avail_market_logo2" id="wm" />
635-
<label for="wm"><img src="http://www.android.com/images/brand/60_avail_market_logo2.png"
635+
<input type="radio" name="buttonStyle" value="android_app_on_play_logo_large.png" id="wm" />
636+
<label for="wm"><img src="http://www.android.com/images/brand/android_app_on_play_logo_large.png"
636637
alt="wide and large logo" /></label>
637638
</div>
638639

0 commit comments

Comments
 (0)