diff options
Diffstat (limited to 'docs/html/guide')
-rw-r--r-- | docs/html/guide/components/index.jd | 2 | ||||
-rw-r--r-- | docs/html/guide/practices/screens_support.jd | 3 | ||||
-rw-r--r-- | docs/html/guide/topics/manifest/uses-feature-element.jd | 2 | ||||
-rw-r--r-- | docs/html/guide/topics/resources/index.jd | 2 | ||||
-rw-r--r-- | docs/html/guide/topics/resources/localization.jd | 4 | ||||
-rw-r--r-- | docs/html/guide/topics/ui/accessibility/index.jd | 4 |
6 files changed, 14 insertions, 3 deletions
diff --git a/docs/html/guide/components/index.jd b/docs/html/guide/components/index.jd index 37fb7e9..811d015 100644 --- a/docs/html/guide/components/index.jd +++ b/docs/html/guide/components/index.jd @@ -1,7 +1,9 @@ page.title=App Components page.landing=true page.landing.intro=Android's application framework lets you create rich and innovative apps using a set of reusable components. This section explains how you can build the components that define the building blocks of your app and how to connect them together using intents. +page.metaDescription=Android's application framework lets you create rich and innovative apps using a set of reusable components. This section explains how you can build the components that define the building blocks of your app and how to connect them together using intents. page.landing.image=images/develop/app_components.png +page.image=images/develop/app_components.png @jd:body diff --git a/docs/html/guide/practices/screens_support.jd b/docs/html/guide/practices/screens_support.jd index 8c76411..dbe6c1a 100644 --- a/docs/html/guide/practices/screens_support.jd +++ b/docs/html/guide/practices/screens_support.jd @@ -1,4 +1,7 @@ page.title=Supporting Multiple Screens +page.metaDescription=Nanaging UIs for the best display on multiple screen sizes. +meta.tags="multiple screens" + @jd:body <div id="qv-wrapper"> diff --git a/docs/html/guide/topics/manifest/uses-feature-element.jd b/docs/html/guide/topics/manifest/uses-feature-element.jd index 1721233..ca954fe 100644 --- a/docs/html/guide/topics/manifest/uses-feature-element.jd +++ b/docs/html/guide/topics/manifest/uses-feature-element.jd @@ -689,7 +689,7 @@ the device.</td> <td>The application requires landscape orientation.</td> <td rowspan="2"> <p>For example, if your app requires portrait orientation, you should declare -<code><uses-feature android:name="android.hardware.screen.portrait"/></code> so that only devices +<code><uses-feature android:name="android.hardware.screen.portrait"/></code> so that only devices that support portrait orientation (whether always or by user choice) can install your app. If your application <em>supports</em> both orientations, then you don't need to declare either.</p> <p>Both orientations are assumed <em>not required</em>, by default, so your app may be installed diff --git a/docs/html/guide/topics/resources/index.jd b/docs/html/guide/topics/resources/index.jd index 386abf5..b85170b 100644 --- a/docs/html/guide/topics/resources/index.jd +++ b/docs/html/guide/topics/resources/index.jd @@ -2,6 +2,8 @@ page.title=App Resources page.landing=true page.landing.intro=It takes more than just code to build a great app. Resources are the additional files and static content that your code uses, such as bitmaps, layout definitions, user interface strings, animation instructions, and more. page.landing.image=images/develop/resources.png +page.image=/images/develop/resources.png +page.metaDescription=Developer guide about how to use resources in your Android apps. @jd:body diff --git a/docs/html/guide/topics/resources/localization.jd b/docs/html/guide/topics/resources/localization.jd index 7288aeb..e86d4c9 100644 --- a/docs/html/guide/topics/resources/localization.jd +++ b/docs/html/guide/topics/resources/localization.jd @@ -25,7 +25,7 @@ parent.link=index.html <h2>See also</h2>
<ol>
- <li><a href="{@docRoot}distribute/googleplay/publish/localizing.html">Localization Checklist</a></li>
+ <li><a href="{@docRoot}distribute/tools/localization-checklist.html">Localization Checklist</a></li>
<li><a href="{@docRoot}guide/topics/resources/providing-resources.html">Providing Resources</a></li>
<li><a href="{@docRoot}guide/topics/ui/declaring-layout.html">Layouts</a></li>
<li><a href="{@docRoot}reference/android/app/Activity.html#ActivityLifecycle">Activity Lifecycle</a></li>
@@ -307,7 +307,7 @@ href="{@docRoot}guide/topics/resources/accessing-resources.html">Accessing Resou <h2 id="checklist">Localization Checklist</h2>
<p>For a complete overview of the process of localizing and distributing an Android application,
-see the <a href="{@docRoot}distribute/googleplay/publish/localizing.html">Localization
+see the <a href="{@docRoot}distribute/tools/localization-checklist.html">Localization
Checklist</a> document.</p>
<h2 id="strategies">Localization Tips</h2>
diff --git a/docs/html/guide/topics/ui/accessibility/index.jd b/docs/html/guide/topics/ui/accessibility/index.jd index 56efc4c..dcc22d7 100644 --- a/docs/html/guide/topics/ui/accessibility/index.jd +++ b/docs/html/guide/topics/ui/accessibility/index.jd @@ -1,5 +1,9 @@ page.title=Accessibility parent.title=User Interface +page.metaDescription=How to make your apps accessible to users with visual, physical, or other limitations. Robust support will increase your app's user base. + +page.tags="accessibility" +page.image=/design/media/accessibility_contentdesc.png parent.link=../index.html @jd:body |