diff options
author | Scott Main <smain@google.com> | 2012-01-30 15:28:36 -0800 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-01-30 15:28:36 -0800 |
commit | 275345b0871c6b269709c3d6a25d9fae03f7922a (patch) | |
tree | 1b1be7d3cd2c82118d8d1b3ee585fb5a04afdd5d /docs | |
parent | 7ff542c1ae2436bac90669f18d034f369236c5ab (diff) | |
parent | a76ddf927278ec36f5a4589dbba85bb06bb1ae19 (diff) | |
download | frameworks_base-275345b0871c6b269709c3d6a25d9fae03f7922a.zip frameworks_base-275345b0871c6b269709c3d6a25d9fae03f7922a.tar.gz frameworks_base-275345b0871c6b269709c3d6a25d9fae03f7922a.tar.bz2 |
am a76ddf92: am 6507df8b: docs: add meta descriptions for home and sdk also revise the G+ widget to make fit
* commit 'a76ddf927278ec36f5a4589dbba85bb06bb1ae19':
docs: add meta descriptions for home and sdk also revise the G+ widget to make fit
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/index.jd | 6 | ||||
-rw-r--r-- | docs/html/sdk/index.jd | 1 |
2 files changed, 3 insertions, 4 deletions
diff --git a/docs/html/index.jd b/docs/html/index.jd index c14c0ae..fdf860a 100644 --- a/docs/html/index.jd +++ b/docs/html/index.jd @@ -1,4 +1,5 @@ home=true +metaDescription=The official site for Android developers. Provides the Android SDK and documentation for app developers and designers. @jd:body @@ -153,7 +154,7 @@ href="{@docRoot}resources/dashboard/platform-versions.html">Learn more »</ + "href='https://plus.google.com/108967384991768947849'>+Android Developers</a>. " + "We'll use it to host Hangouts for developers, talk about the latest releases, " + "development and design tips, and much more.</p>" -+ "<div style='margin-top:.7em'><g:plus href='https://plus.google.com/108967384991768947849' " ++ "<div style='margin:.7em 0 0 -1.2em'><g:plus href='https://plus.google.com/108967384991768947849' " + "size=\"smallbadge\" width=\"275\"></g:plus></div>" }, @@ -213,6 +214,3 @@ po.type = "text/javascript"; po.async = true;po.src = "https://apis.google.com/j var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(po, s); })();</script> -<style type="text/css"> - #___plus_0, #___plus_0 iframe, #___plus_0 { width: 275px !important; } -</style> diff --git a/docs/html/sdk/index.jd b/docs/html/sdk/index.jd index 65a1f46..5cf05e0 100644 --- a/docs/html/sdk/index.jd +++ b/docs/html/sdk/index.jd @@ -1,4 +1,5 @@ page.title=Android SDK +page.metaDescription=Download the official Android SDK to develop apps for Android-powered devices. sdk.redirect=0 sdk.win_installer=installer_r16-windows.exe |