diff options
| author | Ricardo Cervera <rcervera@google.com> | 2014-11-01 14:59:06 +0000 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2014-11-01 14:59:06 +0000 |
| commit | fd8184e4247f81f6027ae3cc328e8a19869c2d5e (patch) | |
| tree | e6378cd9292919e76a6030302063d2a3900133da /docs/html/training | |
| parent | 851188491997a276ac1ff98fa983acbb82c3f054 (diff) | |
| parent | 721b1d383f44caedcada436bed0db5e9d6b672e1 (diff) | |
| download | frameworks_base-fd8184e4247f81f6027ae3cc328e8a19869c2d5e.zip frameworks_base-fd8184e4247f81f6027ae3cc328e8a19869c2d5e.tar.gz frameworks_base-fd8184e4247f81f6027ae3cc328e8a19869c2d5e.tar.bz2 | |
am 84ca5ddb: am bdb1cf0c: Merge "docs: Add links to Wear UI training from Design pages." into lmp-dev automerge: 84a48b0
automerge: 721b1d3
* commit '721b1d383f44caedcada436bed0db5e9d6b672e1':
docs: Add links to Wear UI training from Design pages.
Diffstat (limited to 'docs/html/training')
| -rw-r--r-- | docs/html/training/wearables/apps/layouts.jd | 12 | ||||
| -rw-r--r-- | docs/html/training/wearables/data-layer/index.jd | 2 |
2 files changed, 9 insertions, 5 deletions
diff --git a/docs/html/training/wearables/apps/layouts.jd b/docs/html/training/wearables/apps/layouts.jd index e62d3e5..a35acb0 100644 --- a/docs/html/training/wearables/apps/layouts.jd +++ b/docs/html/training/wearables/apps/layouts.jd @@ -90,9 +90,10 @@ PendingIntent notificationPendingIntent = PendingIntent.getActivity(this, 0, not </ol> <h2 id="UiLibrary">Create Layouts with the Wearable UI Library</h2> <p> -There's an unofficial UI library that is automatically included when you create your wearable -app with the Android Studio Project Wizard. You can also add the library to your <code>build.gradle</code> +The Wearable UI Library is automatically included when you create your wearable +app with the Android Studio Project Wizard. You can also add this library to your <code>build.gradle</code> file with the following dependency declaration: +</p> <pre> dependencies { @@ -101,8 +102,11 @@ dependencies { compile 'com.google.android.gms:play-services-wearable:+' } </pre> -This library helps you build UIs that are designed for wearables. Here are some of the major classes: -</p> + +<p>This library helps you build UIs that are designed for wearables. For more information, see +<a href="{@docRoot}training/wearables/ui/index.html">Creating Custom UIs for Wear Devices</a>.</p> + +<p>Here are some of the major classes in the Wearable UI Library:</p> <ul> <li><code>BoxInsetLayout</code> - A FrameLayout that's aware of screen shape and can box its diff --git a/docs/html/training/wearables/data-layer/index.jd b/docs/html/training/wearables/data-layer/index.jd index 39d6561..6ef3fc7 100644 --- a/docs/html/training/wearables/data-layer/index.jd +++ b/docs/html/training/wearables/data-layer/index.jd @@ -8,7 +8,7 @@ page.title=Sending and Syncing Data <h2>Dependencies and prerequisites</h2> <ul> <li>Android 4.3 (API Level 18) or higher on the handset device</li> - <li>The latest version of <a href="{@docRoot}google/play">Google Play services</a></li> + <li>The latest version of <a href="{@docRoot}google/play-services/index.html">Google Play services</a></li> <li>An Android Wear device or Wear AVD</li> </ul> </div> |
