diff options
author | Dirk Dougherty <ddougherty@google.com> | 2012-10-11 16:59:11 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2012-10-11 16:59:11 -0700 |
commit | fc8cec68facce8190d3a170d2accf9b16ce05aaa (patch) | |
tree | b9462393dfc7af43db985a7fd7d946f50713d45d | |
parent | ad12a050db35689da69a365d01b266c677b08a2c (diff) | |
parent | afc782da46760e7f70df8fefc395b13e29933c5b (diff) | |
download | build-fc8cec68facce8190d3a170d2accf9b16ce05aaa.zip build-fc8cec68facce8190d3a170d2accf9b16ce05aaa.tar.gz build-fc8cec68facce8190d3a170d2accf9b16ce05aaa.tar.bz2 |
am afc782da: am 77b10b6a: am e37b7a52: am 8f20607c: Doc change: add new items to qv and adjust height.
* commit 'afc782da46760e7f70df8fefc395b13e29933c5b':
Doc change: add new items to qv and adjust height.
-rw-r--r-- | tools/droiddoc/templates-sdk/assets/css/default.css | 2 | ||||
-rw-r--r-- | tools/droiddoc/templates-sdk/components/masthead.cs | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/tools/droiddoc/templates-sdk/assets/css/default.css b/tools/droiddoc/templates-sdk/assets/css/default.css index 09e6450..f3a014d 100644 --- a/tools/droiddoc/templates-sdk/assets/css/default.css +++ b/tools/droiddoc/templates-sdk/assets/css/default.css @@ -3369,7 +3369,7 @@ EndColorStr='#ececec'); } #header-wrap.quicknav { - height:170px; + height:196px; } diff --git a/tools/droiddoc/templates-sdk/components/masthead.cs b/tools/droiddoc/templates-sdk/components/masthead.cs index d98af85..025d076 100644 --- a/tools/droiddoc/templates-sdk/components/masthead.cs +++ b/tools/droiddoc/templates-sdk/components/masthead.cs @@ -119,10 +119,12 @@ onkeyup="return search_changed(event, false, '<?cs var:toroot ?>')" /> <ul> <li class="design"> <ul> + <li><a href="<?cs var:toroot ?>design/index.html">Get Started</a></li> <li><a href="<?cs var:toroot ?>design/style/index.html">Style</a></li> <li><a href="<?cs var:toroot ?>design/patterns/index.html">Patterns</a></li> <li><a href="<?cs var:toroot ?>design/building-blocks/index.html">Building Blocks</a></li> <li><a href="<?cs var:toroot ?>design/downloads/index.html">Downloads</a></li> + <li><a href="<?cs var:toroot ?>design/videos/index.html">Videos</a></li> </ul> </li> <li class="develop"> @@ -169,9 +171,9 @@ SDK</a></li></ul> <li><a href="<?cs var:toroot ?>distribute/index.html">Google Play</a></li> <li><a href="<?cs var:toroot ?>distribute/googleplay/publish/index.html">Publishing</a></li> <li><a href="<?cs var:toroot ?>distribute/googleplay/promote/index.html">Promoting</a></li> - <!--<li><a href="<?cs var:toroot ?>distribute/googleplay/strategies/index.html">Strategies</a></li> --> - <li><a href="<?cs var:toroot ?>distribute/open.html">Open -Distribution</a></li> + <li><a href="<?cs var:toroot ?>distribute/googleplay/quality/index.html">App Quality</a></li> + <li><a href="<?cs var:toroot ?>distribute/googleplay/spotlight/index.html">Spotlight</a></li> + <li><a href="<?cs var:toroot ?>distribute/open.html">Open Distribution</a></li> </ul> </li> </ul> |