am 40e90998: add google services tab

* commit '40e9099805da2e91ec09c3bab79a7e825fca9d91':
  add google services tab
This commit is contained in:
Robert Ly
2012-11-28 18:15:48 -08:00
committed by Android Git Automerger
2 changed files with 16 additions and 6 deletions

View File

@@ -4282,11 +4282,16 @@ a.download-sdk {
.landing-docs a { .landing-docs a {
color:#333 !important; color:#333 !important;
} }
.landing-docs a:hover, .landing-docs a:hover,
.landing-docs a:hover * { .landing-docs a:hover * {
color:#7AA1B0 !important color:#7AA1B0 !important
} }
.landing-docs .normal-links a {
color:#258aaf !important;
}
.plusone { .plusone {
float:right; float:right;
} }

View File

@@ -23,7 +23,7 @@
es-lang="Diseñar" es-lang="Diseñar"
>Design</a></li> >Design</a></li>
<li class="develop"><a href="<?cs var:toroot ?>develop/index.html" <?cs <li class="develop"><a href="<?cs var:toroot ?>develop/index.html" <?cs
if:training || guide || reference || tools || develop ?>class="selected"<?cs /if ?> if:training || guide || reference || tools || develop || google ?>class="selected"<?cs /if ?>
zh-TW-lang="開發" zh-TW-lang="開發"
zh-CN-lang="开发" zh-CN-lang="开发"
ru-lang="Разработка" ru-lang="Разработка"
@@ -161,8 +161,9 @@ onkeyup="return search_changed(event, false, '<?cs var:toroot ?>')" />
ja-lang="ツール" ja-lang="ツール"
es-lang="Herramientas" es-lang="Herramientas"
>Tools</a> >Tools</a>
<ul><li><a href="<?cs var:toroot ?>sdk/index.html">Get the <ul><li><a href="<?cs var:toroot ?>sdk/index.html">Get the SDK</a></li></ul>
SDK</a></li></ul> </li>
<li><a href="<?cs var:toroot ?>google/index.html">Google Services</a>
</li> </li>
</ul> </ul>
</li> </li>
@@ -191,11 +192,11 @@ SDK</a></li></ul>
<?cs if:training || guide || reference || tools || develop ?> <?cs if:training || guide || reference || tools || develop || google ?>
<!-- Secondary x-nav --> <!-- Secondary x-nav -->
<div id="nav-x"> <div id="nav-x">
<div class="wrap"> <div class="wrap">
<ul class="nav-x col-9 develop" style="width:75%"> <ul class="nav-x col-9 develop" style="width:100%">
<li><a href="<?cs var:toroot ?>training/index.html" <?cs <li><a href="<?cs var:toroot ?>training/index.html" <?cs
if:training ?>class="selected"<?cs /if ?> if:training ?>class="selected"<?cs /if ?>
zh-TW-lang="訓練課程" zh-TW-lang="訓練課程"
@@ -230,8 +231,12 @@ SDK</a></li></ul>
ru-lang="Инструменты" ru-lang="Инструменты"
ko-lang="도구" ko-lang="도구"
ja-lang="ツール" ja-lang="ツール"
es-lang="Herramientas" es-lang="Herramientas"
>Tools</a></li> >Tools</a></li>
<li><a href="<?cs var:toroot ?>google/index.html" <?cs
if:google ?>class="selected"<?cs /if ?>
>Google Services</a>
</li>
</ul> </ul>
</div> </div>