diff options
| author | 2016-07-21 20:38:48 +0000 | |
|---|---|---|
| committer | 2016-07-21 20:38:48 +0000 | |
| commit | daaa7b7e5b883ca47ed97a06be50cb03e68c0b04 (patch) | |
| tree | d97e367820ed85c77a31357c2f1b25af82ef15f3 | |
| parent | 5a763784718fc660d9224207aeff903d4f70e7ed (diff) | |
| parent | 01f12a9e1838d5c3b0cbe9714b60094c716a335b (diff) | |
Merge \\"docs: Fixed typo.\\" into mnc-io-docs am: 71f742920d
am: 01f12a9e18
Change-Id: I3c72f75050a4426d4e67fd6a73b7d0f3bc8eff71
| -rw-r--r-- | docs/html/training/wearables/notifications/creating.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/training/wearables/notifications/creating.jd b/docs/html/training/wearables/notifications/creating.jd index 6f8497a21ec4..5663b585b94e 100644 --- a/docs/html/training/wearables/notifications/creating.jd +++ b/docs/html/training/wearables/notifications/creating.jd @@ -28,7 +28,7 @@ notifications properly, whether they appear on a handheld or wearable. <p class="note"><strong>Note:</strong> Notifications using {@link android.widget.RemoteViews} are stripped of custom -layouts and the wearable only displays the text and icons. However, you can create +layouts and the wearable only displays the text and icons. However, you can <a href="{@docRoot}training/wearables/apps/layouts.html#CustomNotifications">create custom notifications</a> that use custom card layouts by creating a wearable app that runs on the wearable device.</p> |