diff options
| author | 2014-03-27 20:25:52 +0000 | |
|---|---|---|
| committer | 2014-03-27 20:25:52 +0000 | |
| commit | f5f47eab393c8b944c0dcc87fc207b5aa1593151 (patch) | |
| tree | 0728c681ea40d27dfd968806d8fc1b1831d2a62e | |
| parent | 450e63af4e5e434faef7c0c250ed10a00139eec9 (diff) | |
| parent | 653aa40ef5d21286382217a36d956213a1018b37 (diff) | |
am 653aa40e: am 7b190e0f: am 22b483ee: am bbaf11f4: update viewport variable with new underscore format
* commit '653aa40ef5d21286382217a36d956213a1018b37':
update viewport variable with new underscore format
| -rw-r--r-- | docs/html/design/index.jd | 2 | ||||
| -rw-r--r-- | docs/html/develop/index.jd | 2 | ||||
| -rw-r--r-- | docs/html/distribute/index.jd | 2 | ||||
| -rw-r--r-- | docs/html/index.jd | 2 | ||||
| -rw-r--r-- | docs/html/wear/index.jd | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/docs/html/design/index.jd b/docs/html/design/index.jd index c687f333dbfa..7c7c5d9bab7e 100644 --- a/docs/html/design/index.jd +++ b/docs/html/design/index.jd @@ -1,5 +1,5 @@ page.title=Design -page.viewport-width=970 +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 083b4289b0d0..eb28da8030e0 100644 --- a/docs/html/develop/index.jd +++ b/docs/html/develop/index.jd @@ -1,6 +1,6 @@ fullpage=true page.title=Develop -page.viewport-width=970 +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 d2534b93dee4..6c6e1135a269 100644 --- a/docs/html/distribute/index.jd +++ b/docs/html/distribute/index.jd @@ -1,5 +1,5 @@ page.title=Distribute Apps -page.viewport-width=970 +page.viewport_width=970 header.hide=1 @jd:body diff --git a/docs/html/index.jd b/docs/html/index.jd index d645246e7e86..99a469a86bbc 100644 --- a/docs/html/index.jd +++ b/docs/html/index.jd @@ -1,5 +1,5 @@ fullpage=true -page.viewport-width=970 +page.viewport_width=970 no_footer_links=true carousel=true excludeFromSuggestions=true diff --git a/docs/html/wear/index.jd b/docs/html/wear/index.jd index b977554a374c..a6a64605ca27 100644 --- a/docs/html/wear/index.jd +++ b/docs/html/wear/index.jd @@ -1,5 +1,5 @@ page.title=Android Wear -page.viewport-width=970 +page.viewport_width=970 fullpage=true no_footer_links=true page.customHeadTag=<link rel="stylesheet" type="text/css" href="/wear/css/wear.css"> |