LayoutDefaults.MultiButtonLayoutDefaults


class LayoutDefaults.MultiButtonLayoutDefaults


Contains default values used for MultiButtonLayout.

Summary

Constants

const DimensionBuilders.DpProp!

The default size of button in case when there is 1 button in the .

const DimensionBuilders.DpProp!

The default size of button in case when there are 2 buttons in the .

const DimensionBuilders.DpProp!

The default size of button in case when there are 3 or more buttons in the .

const Int

The maximum number of button that can be added to the MultiButtonLayout.

Constants

BUTTON_SIZE_FOR_1_BUTTON

Added in 1.0.0
const val BUTTON_SIZE_FOR_1_BUTTONDimensionBuilders.DpProp!

The default size of button in case when there is 1 button in the .

BUTTON_SIZE_FOR_2_BUTTONS

Added in 1.0.0
const val BUTTON_SIZE_FOR_2_BUTTONSDimensionBuilders.DpProp!

The default size of button in case when there are 2 buttons in the .

BUTTON_SIZE_FOR_3_PLUS_BUTTONS

Added in 1.0.0
const val BUTTON_SIZE_FOR_3_PLUS_BUTTONSDimensionBuilders.DpProp!

The default size of button in case when there are 3 or more buttons in the .

MAX_BUTTONS

Added in 1.0.0
const val MAX_BUTTONS = 7: Int

The maximum number of button that can be added to the MultiButtonLayout.