diff options
| author | Ricardo Cervera <rcervera@google.com> | 2014-12-04 14:55:16 -0800 |
|---|---|---|
| committer | Ricardo Cervera <rcervera@google.com> | 2014-12-09 08:34:32 -0800 |
| commit | 369de296b4796c40329cd25df6dcb172d5ac8610 (patch) | |
| tree | dd4cb23deea43047dbdec7430589a46160d1cb05 /docs/html/training | |
| parent | 709df4fa2600d1d2ee2f686097e1c92b52b58d19 (diff) | |
| download | frameworks_base-369de296b4796c40329cd25df6dcb172d5ac8610.zip frameworks_base-369de296b4796c40329cd25df6dcb172d5ac8610.tar.gz frameworks_base-369de296b4796c40329cd25df6dcb172d5ac8610.tar.bz2 | |
docs: Add links to wearable support zip for ADT
Bug: 16651409
Bug: 18488729
Change-Id: I088fc86a469703f81fdc1e6b36395bcee8ecbf28
Diffstat (limited to 'docs/html/training')
| -rw-r--r-- | docs/html/training/wearables/apps/layouts.jd | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/docs/html/training/wearables/apps/layouts.jd b/docs/html/training/wearables/apps/layouts.jd index a35acb0..ebfc8ed 100644 --- a/docs/html/training/wearables/apps/layouts.jd +++ b/docs/html/training/wearables/apps/layouts.jd @@ -132,6 +132,18 @@ dependencies { </li> </ul> -<p class="note"><a href="{@docRoot}shareables/training/wearable-support-docs.zip">Download the full API -reference documentation</a> for the classes above. The documentation goes over how to use -each UI widget.</p> +<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> + +<h3 id="UiLibEclipse">Download the Wearable UI library for Eclipse ADT</h3> + +<p>If you are using the ADT plugin for Eclipse, download the +<a href="{@docRoot}shareables/training/wearable-support-lib.zip">Wearable UI library</a> to +include the Wearable UI library as a dependency in your project.</p> + +<p class="note"><strong>Note:</strong> We recommend +<a href="{@docRoot}sdk/index.html">Android Studio</a> for Android Wear app +development.</p> |
