diff options
author | Ricardo Cervera <rcervera@google.com> | 2015-01-13 10:04:04 -0800 |
---|---|---|
committer | Ricardo Cervera <rcervera@google.com> | 2015-01-16 11:18:10 -0800 |
commit | e229751d11692ede7fed3b56472f2d020767b412 (patch) | |
tree | d3871c0efe1cfaeb70ff9cad71ce06c10d2ddc87 /docs/html/training/wearables | |
parent | 8304b8b9ceae4c35ddf4ae80b552127e5ed77ce4 (diff) | |
download | frameworks_base-e229751d11692ede7fed3b56472f2d020767b412.zip frameworks_base-e229751d11692ede7fed3b56472f2d020767b412.tar.gz frameworks_base-e229751d11692ede7fed3b56472f2d020767b412.tar.bz2 |
docs: Add browseable Wearable Support Lib Javadoc
Change-Id: Ied1f25f637c529046b0adc1e1ea173a290b22da1
Diffstat (limited to 'docs/html/training/wearables')
-rw-r--r-- | docs/html/training/wearables/apps/layouts.jd | 6 | ||||
-rw-r--r-- | docs/html/training/wearables/ui/layouts.jd | 4 | ||||
-rw-r--r-- | docs/html/training/wearables/watch-faces/service.jd | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/docs/html/training/wearables/apps/layouts.jd b/docs/html/training/wearables/apps/layouts.jd index 69e57ca..1d0e49b 100644 --- a/docs/html/training/wearables/apps/layouts.jd +++ b/docs/html/training/wearables/apps/layouts.jd @@ -142,9 +142,9 @@ dependencies { <h3 id="UiLibReference">Wear UI library API reference</h3> -<p>The reference documentation explains how to use each UI widget in detail. Download the -<a href="{@docRoot}shareables/training/wearable-support-docs.zip">API reference documentation</a> -for the classes above.</p> +<p>The reference documentation explains how to use each UI widget in detail. Browse the +<a href="{@docRoot}reference/android/support/wearable/view/package-summary.html">Wear API +reference documentation</a> for the classes above.</p> <h3 id="UiLibEclipse">Download the Wearable UI library for Eclipse ADT</h3> diff --git a/docs/html/training/wearables/ui/layouts.jd b/docs/html/training/wearables/ui/layouts.jd index 130f1c4..0eb1395 100644 --- a/docs/html/training/wearables/ui/layouts.jd +++ b/docs/html/training/wearables/ui/layouts.jd @@ -88,8 +88,8 @@ dependencies { <p>The <code>'com.google.android.support:wearable'</code> dependency is required to implement the layout techniques shown in the following sections.</p> -<p><a href="/shareables/training/wearable-support-docs.zip">Download the full API -reference documentation</a> for the Wearable UI Library classes.</p> +<p>Browse the <a href="{@docRoot}reference/android/support/wearable/view/package-summary.html"> +API reference documentation</a> for the Wearable UI Library classes.</p> <h2 id="different-layouts">Specify Different Layouts for Square and Round Screens</h2> diff --git a/docs/html/training/wearables/watch-faces/service.jd b/docs/html/training/wearables/watch-faces/service.jd index 77c417f..7ab575e 100644 --- a/docs/html/training/wearables/watch-faces/service.jd +++ b/docs/html/training/wearables/watch-faces/service.jd @@ -103,8 +103,8 @@ Data Layer API</a>.</p> <h3 id="Reference">Wearable Support Library API Reference</h3> <p>The reference documentation provides detailed information about the classes you use to -implement watch faces. Download the -<a href="{@docRoot}shareables/training/wearable-support-docs.zip">API reference +implement watch faces. Browse the +<a href="{@docRoot}reference/android/support/wearable/watchface/package-summary.html">API reference documentation</a> for the Wearable Support Library.</p> <h3 id="LibEclipse">Download the Wearable Support Library for Eclipse ADT</h3> |