diff options
author | Dirk Dougherty <ddougherty@google.com> | 2014-05-14 21:21:15 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-05-14 21:21:15 +0000 |
commit | 0540bc373c84b4ab590708cc9f79c95eeac5114c (patch) | |
tree | 5943abf0f2ef3e6c9b7301ae7ec7d33ed5e4d485 /docs/html/guide/topics/resources | |
parent | 80816bfcaf487535a45a7e6f271341eaede653b1 (diff) | |
parent | a4e6c7d1d4e6c8ca2b50f91ae8881fb4838d7955 (diff) | |
download | frameworks_base-0540bc373c84b4ab590708cc9f79c95eeac5114c.zip frameworks_base-0540bc373c84b4ab590708cc9f79c95eeac5114c.tar.gz frameworks_base-0540bc373c84b4ab590708cc9f79c95eeac5114c.tar.bz2 |
am a4e6c7d1: am 3506ac87: Doc change: Updated content for distribute.
* commit 'a4e6c7d1d4e6c8ca2b50f91ae8881fb4838d7955':
Doc change: Updated content for distribute.
Diffstat (limited to 'docs/html/guide/topics/resources')
-rw-r--r-- | docs/html/guide/topics/resources/index.jd | 2 | ||||
-rw-r--r-- | docs/html/guide/topics/resources/localization.jd | 4 |
2 files changed, 4 insertions, 2 deletions
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>
|