Lines Matching full:docroot
51 <img src="{@docRoot}design/media/wear/bridgednotifications.jpg" height="147" style="float:right;margin:0 0 20px 20px" alt="">
52 <img src="{@docRoot}design/media/wear/Bluebird.png" height="147" style="float:right;margin:0 0 20px 40px" alt="">
56 <a class="notice-developers left" style="clear:none" href="{@docRoot}training/wearables/notifications/creating.html">
67 <img src="{@docRoot}design/media/wear/context_workout.png" width="323" height="147" style="float:right;margin:0 0 20px 40px;clear:right" alt="" />
68 <img src="{@docRoot}design/media/wear/context_lights.png" width="323" height="147" style="float:right;margin:0 0 20px 40px;clear:right" alt="" />
72 <p>Here?s how it works: Your app knows when it is relevant for the user. When the appropriate event occurs, the app triggers a notification. Maybe you?re building a running app that?s relevant when the user is running. Maybe it?s a museum guide that?s relevant when the user is visiting your museum. Check out the <a href="{@docRoot}design/wear/principles.html">design principles</a> for more about how to make your app contextual. </p>
76 <p>The easiest way to do this is to use standard templates for Android notifications. But you can also make your own layout from scratch with an <a href="{@docRoot}guide/components/activities.html">activity</a> inside a card. If you decide to do this, we strongly recommend you take a look at the <a href="{@docRoot}design/wear/style.html">Style</a> guide to make sure you stay consistent with the rest of the device. </p>
79 <a class="notice-developers" style="clear:none" href="{@docRoot}training/wearables/apps/layouts.html">
92 <p>The 2D Picker design pattern (available as the <a href="{@docRoot}training/wearables/apps/layouts.html#UiLibrary"><code>GridViewPager</code> component</a>) is useful for showing options in a list. Google search results are a great example of this pattern in action.</p>
94 <img src="{@docRoot}design/media/wear/1D_picker.png" alt="" width="499px" />
97 <img src="{@docRoot}design/media/wear/2D_picker.png" alt="" width="760px" />
103 <a class="notice-developers" style="clear:none" href="{@docRoot}training/wearables/ui/2d-picker.html">
109 <p>For actions on each card, use the <a href="{@docRoot}design/wear/patterns.html#Actions">Action cards pattern</a>.</p>
114 <img src="{@docRoot}design/media/wear/2d_picker_indicated.png" alt="" width="350" />
134 <a class="notice-developers" href="{@docRoot}training/wearables/apps/index.html">
145 <img src="{@docRoot}design/media/wear/appstructuresample.png" alt="" />
170 <p class="note">An app generally should not exit in {@link android.app.Activity#onPause onPause()}. This is because events such as <a href="{@docRoot}guide/topics/ui/notifiers/notifications.html#Heads-up">Heads-up Notifications</a> can trigger the {@link android.app.Activity#onPause() onPause()} callback.</p>
179 <a href="{@docRoot}training/wearables/ui/exit.html"><code>DismissOverlayView</code></a>.</p>
184 <a class="notice-developers" href="{@docRoot}training/wearables/apps/alwayson.html">
213 <img src="{@docRoot}design/media/wear/interactive_run.png" height="147" width="147"
214 srcset="{@docRoot}design/media/wear/interactive_run@2x.png 2x" style="float:left;margin:0 0 20px 40px" alt="">
215 <img src="{@docRoot}design/media/wear/ambient_run.png" height="147" width="147"
216 srcset="{@docRoot}design/media/wear/ambient_run@2x.png 2x" style="float:left;margin:0 0 20px 40px" alt="">
217 <img src="{@docRoot}design/media/wear/interactive_list.png" height="147" width="147"
218 srcset="{@docRoot}design/media/wear/interactive_list@2x.png 2x" style="float:left;margin:0 0 20px 40px" alt="">
219 <img src="{@docRoot}design/media/wear/ambient_list.png" height="147" width="147"
220 srcset="{@docRoot}design/media/wear/ambient_list@2x.png 2x" style="float:left;margin:0 0 20px 40px" alt="">