summaryrefslogtreecommitdiffstats
path: root/docs/html/training
diff options
context:
space:
mode:
authorRicardo Cervera <rcervera@google.com>2014-12-09 10:48:23 -0800
committerRicardo Cervera <rcervera@google.com>2014-12-09 10:48:23 -0800
commitc2d024255e715068b4968e2e955b6c4355808b9c (patch)
tree62e1e111ae4d388df745e0510028aef8d277263c /docs/html/training
parenta111eb840bd85c74bf77efca4fce0213b56ff1bd (diff)
downloadframeworks_base-c2d024255e715068b4968e2e955b6c4355808b9c.zip
frameworks_base-c2d024255e715068b4968e2e955b6c4355808b9c.tar.gz
frameworks_base-c2d024255e715068b4968e2e955b6c4355808b9c.tar.bz2
docs: Add new classes to Wearable UI library
Bug: 18488927 Change-Id: If91993a456bd939f6c51f60500cf325f5eca1d29
Diffstat (limited to 'docs/html/training')
-rw-r--r--docs/html/training/wearables/apps/layouts.jd6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/html/training/wearables/apps/layouts.jd b/docs/html/training/wearables/apps/layouts.jd
index a35acb0..f8b5425 100644
--- a/docs/html/training/wearables/apps/layouts.jd
+++ b/docs/html/training/wearables/apps/layouts.jd
@@ -116,7 +116,13 @@ dependencies {
<li><code>CircledImageView</code> - An image view surrounded by a circle.</li>
<li><code>ConfirmationActivity</code> - An activity that displays confirmation animations after the user
completes an action.</li>
+ <li><code>CrossFadeDrawable</code> - A drawable that contains two child drawables and provides
+ methods to directly adjust the blend between the two.</li>
+ <li><code>DelayedConfirmationView</code> - A view that provides a circular countdown timer,
+ typically used to automatically confirm an operation after a short delay has elapsed.</li>
<li><code>DismissOverlayView</code> - A view for implementing long-press-to-dismiss.</li>
+ <li><code>DotsPageIndicator</code> - A page indicator for GridViewPager that identifies the
+ current page in relation to all available pages on the current row.</li>
<li><code>GridViewPager</code> - A layout manager that allows the user to both vertically and
horizontally through pages of data. You supply an implementation of a GridPagerAdapter to
generate the pages that the view shows.</li>