diff --git a/tools/droiddoc/templates-sdk/header_tabs.cs b/tools/droiddoc/templates-sdk/header_tabs.cs index 02fc8bf7de..2a897cb570 100644 --- a/tools/droiddoc/templates-sdk/header_tabs.cs +++ b/tools/droiddoc/templates-sdk/header_tabs.cs @@ -58,8 +58,16 @@
Redirecting to /sdk//index.html">/sdk//index.html + if:sdk.redirect.path ?>/index.html">sdk//index.html ...
The sections below provide an overview of the SDK package.
@@ -101,7 +103,20 @@ computer. - + + + +Welcome developers! The next release of the Android platform will be + Android 1.6 and we are pleased to announce the availability of an early look + SDK to give you a head-start on developing applications for it.
+ +The Android 1.6 platform includes a variety of improvements and new + features for users and developers. Additionally, the SDK itself introduces + several new capabilities that enable you to develop applications more + efficiently. See the Android 1.6 Highlights + document for a list of highlights.
+ +Before downloading, please read the System Requirements document. As you start the download, you will also need to review and agree to the Terms and Conditions that govern the use of the Android SDK.
@@ -137,9 +152,32 @@ the Terms and Conditions that govern the use of the Android SDK.Welcome developers! The next release of the Android platform will be + Android 1.6 and we are pleased to announce the availability of an early look SDK + to give you a head-start on developing applications for it.
+ +The Android 1.6 platform includes a variety of improvements and new features + for users and developers. Additionally, the SDK itself introduces several new + capabilities that enable you to develop applications more efficiently. + See the Android 1.6 Highlights document for a list + of highlights.
diff --git a/tools/droiddoc/templates/assets/android-developer-core.css b/tools/droiddoc/templates/assets/android-developer-core.css index 3bd7060ece..595e7cea7b 100644 --- a/tools/droiddoc/templates/assets/android-developer-core.css +++ b/tools/droiddoc/templates/assets/android-developer-core.css @@ -49,6 +49,8 @@ a:visited code { input, select, textarea, option { + font-family:inherit; + font-size:inherit; padding:0; margin:0; } @@ -177,6 +179,8 @@ hr.blue { /* LAYOUT */ #body-content { + /* "Preliminary" watermark for preview releases and interim builds. */ + background:transparent url(images/preliminary.png) repeat scroll 0 0; margin:0; position:relative; width:100%;