From 369de296b4796c40329cd25df6dcb172d5ac8610 Mon Sep 17 00:00:00 2001 From: Ricardo Cervera Date: Thu, 4 Dec 2014 14:55:16 -0800 Subject: [PATCH] docs: Add links to wearable support zip for ADT Bug: 16651409 Bug: 18488729 Change-Id: I088fc86a469703f81fdc1e6b36395bcee8ecbf28 --- docs/html/training/wearables/apps/layouts.jd | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/docs/html/training/wearables/apps/layouts.jd b/docs/html/training/wearables/apps/layouts.jd index a35acb07182f4..ebfc8edcc0ff8 100644 --- a/docs/html/training/wearables/apps/layouts.jd +++ b/docs/html/training/wearables/apps/layouts.jd @@ -132,6 +132,18 @@ dependencies { -

Download the full API -reference documentation for the classes above. The documentation goes over how to use -each UI widget.

+

Wear UI library API reference

+ +

The reference documentation explains how to use each UI widget in detail. Download the +API reference documentation +for the classes above.

+ +

Download the Wearable UI library for Eclipse ADT

+ +

If you are using the ADT plugin for Eclipse, download the +Wearable UI library to +include the Wearable UI library as a dependency in your project.

+ +

Note: We recommend +Android Studio for Android Wear app +development.