public static class ButtonGroupDefaults


Contains the default values used by buttonGroup

Summary

Constants

static final @Dimension(unit = 0) float

Default width of the space between elements in this buttonGroup.

Public fields

static final @NonNull LayoutElementBuilders.Spacer

This Spacer should be used in case when there are multiple buttonGroup stacked on top of each other.

static @NonNull ButtonGroupDefaults

Constants

DEFAULT_SPACER_WIDTH_DP

Added in 1.3.0-alpha02
public static final @Dimension(unit = 0) float DEFAULT_SPACER_WIDTH_DP

Default width of the space between elements in this buttonGroup.

Public fields

DEFAULT_SPACER_BETWEEN_BUTTON_GROUPS

Added in 1.3.0-alpha02
public static final @NonNull LayoutElementBuilders.Spacer DEFAULT_SPACER_BETWEEN_BUTTON_GROUPS

This Spacer should be used in case when there are multiple buttonGroup stacked on top of each other.

INSTANCE

Added in 1.3.0-alpha02
public static @NonNull ButtonGroupDefaults INSTANCE