diff options
author | Dirk Dougherty <ddougherty@google.com> | 2015-05-05 02:46:40 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-05-05 02:46:40 +0000 |
commit | 08e474ca24c024be29ed8a593cbd2748abde44ce (patch) | |
tree | b7753032dda006db78ea555d1d99e09efed6aac4 /docs/html/design/style/branding.jd | |
parent | 703b5f895d8be08d795ace72c74576e1e4b6c5b6 (diff) | |
parent | 08c72b91bedefbebe0547646544cd875c1062af0 (diff) | |
download | frameworks_base-08e474ca24c024be29ed8a593cbd2748abde44ce.zip frameworks_base-08e474ca24c024be29ed8a593cbd2748abde44ce.tar.gz frameworks_base-08e474ca24c024be29ed8a593cbd2748abde44ce.tar.bz2 |
am 08c72b91: am ecfed34d: Merge "Doc change: merge landing page and header/footer designs." into mnc-preview-docs
* commit '08c72b91bedefbebe0547646544cd875c1062af0':
Doc change: merge landing page and header/footer designs.
Diffstat (limited to 'docs/html/design/style/branding.jd')
-rw-r--r-- | docs/html/design/style/branding.jd | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/html/design/style/branding.jd b/docs/html/design/style/branding.jd index b5bb77c..5995d03 100644 --- a/docs/html/design/style/branding.jd +++ b/docs/html/design/style/branding.jd @@ -23,15 +23,15 @@ everyone else's. In Android, your app can shine as an extension of your brand. < <div class="vspace size-1"> </div> -<div class="layout-content-row"> - <div class="layout-content-col span-6"> +<div class="cols"> + <div class="col-6"> <img src="{@docRoot}design/media/branding_wallet.png" style="width:94%"> <div class="figure-caption"> The four colors of the Google Wallet logo provide a playful accent to the four dots that appear as the user enters a PIN. </div> </div> - <div class="layout-content-col span-6"> + <div class="col-6"> <img src="{@docRoot}design/media/branding_googlemusic.png" style="width:94%"> <div class="figure-caption"> The Google Play Music app has an orange theme color, which is used for emphasis @@ -56,15 +56,15 @@ and app name in the action bar.</p> <div class="vspace size-1"> </div> -<div class="layout-content-row"> - <div class="layout-content-col span-6" style="padding-top:24px;"> +<div class="cols"> + <div class="col-6" style="padding-top:24px;"> <img src="{@docRoot}design/media/branding_launcher_icon.png" style="width:60px;float:left;padding-right:1em;"> <div class="figure-caption" style="width:290px;margin-left:20px;"> Google+ reinforces its brand by carrying its launcher icon through to the action bar. </div> <img src="{@docRoot}design/media/branding_logo_icon_action_bar.png" style="width:320px;float:left;padding-right:1em;"> </div> - <div class="layout-content-col span-6"> + <div class="col-6"> <img src="{@docRoot}design/media/yourbranding_app.png" style="width:320px;"> <div class="figure-caption" style="width:320px;"> Example of a the logo in the action bar. This works well in cases where the brand's logo matches the name of the app. @@ -87,8 +87,8 @@ Android app as well. <strong>If you take this approach, make sure your brand sty applied to every single icon in your app.</strong></p> -<div class="layout-content-row"> - <div class="layout-content-col span-6"> +<div class="cols"> + <div class="col-6"> <p>One exception: For any icon in your existing set where the symbol is different from Android's, use Android's symbol but give it your brand's styling. That way, users will understand what the purpose of the icon is based on what they've learned in other @@ -99,20 +99,20 @@ applied to every single icon in your app.</strong></p> </div> - <div class="layout-content-col span-6"> + <div class="col-6"> <img src="{@docRoot}design/media/yourbranding_in-app-icons.png" style="width:300px;margin:12px 48px 0 16px;"> </div> </div> </div> -<div class="layout-content-row"> - <div class="layout-content-col span-6"> +<div class="cols"> + <div class="col-6"> <p><strong>Example</strong>:<br /> </p> <p>The brand's normal icon for sharing on other platforms is a right arrow. </div> - <div class="layout-content-col span-6 lasyout-with-list-item-margins"> + <div class="col-6 lasyout-with-list-item-margins"> <div style="margin-bottom:1em;"> <span class="do-dont-label bad" style="margin-left:12px">Don't</span> |