diff options
author | Scott Main <smain@google.com> | 2014-03-26 20:10:34 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2014-03-26 20:10:34 -0700 |
commit | 0913184499e76996baf047ecbcbd2b79e2c92643 (patch) | |
tree | fba3d708af8d0eef8274d6de3a128edc259ac15f | |
parent | c5b54aed1772de65d3f799e3fb6644ec1b791130 (diff) | |
download | frameworks_base-0913184499e76996baf047ecbcbd2b79e2c92643.zip frameworks_base-0913184499e76996baf047ecbcbd2b79e2c92643.tar.gz frameworks_base-0913184499e76996baf047ecbcbd2b79e2c92643.tar.bz2 |
add viewport width override to each landing page and fix link on homepage
Change-Id: I54cfd2e5a0f127d26644e126d41c5044729af9c5
-rw-r--r-- | docs/html/design/index.jd | 1 | ||||
-rw-r--r-- | docs/html/develop/index.jd | 1 | ||||
-rw-r--r-- | docs/html/distribute/index.jd | 1 | ||||
-rw-r--r-- | docs/html/index.jd | 3 |
4 files changed, 5 insertions, 1 deletions
diff --git a/docs/html/design/index.jd b/docs/html/design/index.jd index 9ba32dd..c687f33 100644 --- a/docs/html/design/index.jd +++ b/docs/html/design/index.jd @@ -1,4 +1,5 @@ page.title=Design +page.viewport-width=970 header.hide=1 footer.hide=1 @jd:body diff --git a/docs/html/develop/index.jd b/docs/html/develop/index.jd index 3f88b9d..083b428 100644 --- a/docs/html/develop/index.jd +++ b/docs/html/develop/index.jd @@ -1,5 +1,6 @@ fullpage=true page.title=Develop +page.viewport-width=970 header.hide=1 carousel=1 tabbedList=1 diff --git a/docs/html/distribute/index.jd b/docs/html/distribute/index.jd index 544fdff..d2534b9 100644 --- a/docs/html/distribute/index.jd +++ b/docs/html/distribute/index.jd @@ -1,4 +1,5 @@ page.title=Distribute Apps +page.viewport-width=970 header.hide=1 @jd:body diff --git a/docs/html/index.jd b/docs/html/index.jd index baeaa5b..d645246 100644 --- a/docs/html/index.jd +++ b/docs/html/index.jd @@ -1,4 +1,5 @@ fullpage=true +page.viewport-width=970 no_footer_links=true carousel=true excludeFromSuggestions=true @@ -20,7 +21,7 @@ page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3 <li class="item carousel-home"> <div class="content-left col-10" style="width:580px;"> - <a href="{@docRoot}design/patterns/new.html"> + <a href="{@docRoot}wear/index.html"> <img src="{@docRoot}images/home/aw_dac.png" style="margin-top:50px" > </a> </div> |