added in version 26.1.0
belongs to Maven artifact com.android.support:wear:28.0.0-alpha1

BoxInsetLayout.LayoutParams

public static class BoxInsetLayout.LayoutParams
extends FrameLayout.LayoutParams

java.lang.Object
   ↳ android.view.ViewGroup.LayoutParams
     ↳ android.view.ViewGroup.MarginLayoutParams
       ↳ android.widget.FrameLayout.LayoutParams
         ↳ android.support.wear.widget.BoxInsetLayout.LayoutParams


Per-child layout information for layouts that support margins, gravity and boxedEdges. See BoxInsetLayout Layout Attributes for a list of all child view attributes that this class supports.

Summary

XML attributes

BoxInsetLayout_Layout_boxedEdges  

Constants

int BOX_ALL

The view will force an inset on all of the edges of the children.

int BOX_BOTTOM

The view will force an inset on the bottom edge of the children.

int BOX_LEFT

The view will force an inset on the left edge of the children.

int BOX_NONE

Default boxing setting.

int BOX_RIGHT

The view will force an inset on the right edge of the children.

int BOX_TOP

The view will force an inset on the top edge of the children.

Inherited constants

From class android.widget.FrameLayout.LayoutParams
From class android.view.ViewGroup.LayoutParams

Fields

public int boxedEdges

Specifies the screen-specific insets for each of the child edges.

Inherited fields

From class android.widget.FrameLayout.LayoutParams
From class android.view.ViewGroup.MarginLayoutParams