added in version 26.0.0-beta1
android.support.wear.widget
Classes
| BoxInsetLayout |
BoxInsetLayout is a screen shape-aware ViewGroup that can box its children in the center
square of a round screen by using the boxedEdges attribute.
|
| BoxInsetLayout.LayoutParams | Per-child layout information for layouts that support margins, gravity and boxedEdges. |
| CurvingLayoutCallback |
An implementation of the WearableLinearLayoutManager.LayoutCallback aligning the children
of the associated WearableRecyclerView along a pre-defined vertical curve.
|
| SwipeDismissFrameLayout | A layout enabling left-to-right swipe-to-dismiss, intended for use within an activity. |
| SwipeDismissFrameLayout.Callback | Implement this callback to act on particular stages of the dismissal. |
| WearableLinearLayoutManager |
This wear-specific implementation of LinearLayoutManager provides basic
offsetting logic for updating child layout.
|
| WearableLinearLayoutManager.LayoutCallback | Callback for interacting with layout passes. |
| WearableRecyclerView |
Wearable specific implementation of the RecyclerView enabling setCircularScrollingGestureEnabled(boolean) circular scrolling} and semi-circular layouts.
|