diff --git a/docs/html/training/wearables/apps/layouts.jd b/docs/html/training/wearables/apps/layouts.jd index a35acb07182f4..f8b5425e57880 100644 --- a/docs/html/training/wearables/apps/layouts.jd +++ b/docs/html/training/wearables/apps/layouts.jd @@ -116,7 +116,13 @@ dependencies {
CircledImageView - An image view surrounded by a circle.ConfirmationActivity - An activity that displays confirmation animations after the user
completes an action.CrossFadeDrawable - A drawable that contains two child drawables and provides
+ methods to directly adjust the blend between the two.DelayedConfirmationView - A view that provides a circular countdown timer,
+ typically used to automatically confirm an operation after a short delay has elapsed.DismissOverlayView - A view for implementing long-press-to-dismiss.DotsPageIndicator - A page indicator for GridViewPager that identifies the
+ current page in relation to all available pages on the current row.GridViewPager - 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.