-
public final class ToggleStyleSettings
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegeractiveBackgroundColorprivate final IntegerinactiveBackgroundColorprivate final IntegerdisabledBackgroundColorprivate final IntegeractiveThumbColorprivate final IntegerinactiveThumbColorprivate final IntegerdisabledThumbColor
-
Method Summary
Modifier and Type Method Description final IntegergetActiveBackgroundColor()final IntegergetInactiveBackgroundColor()final IntegergetDisabledBackgroundColor()final IntegergetActiveThumbColor()final IntegergetInactiveThumbColor()final IntegergetDisabledThumbColor()-
-
Method Detail
-
getActiveBackgroundColor
final Integer getActiveBackgroundColor()
-
getInactiveBackgroundColor
final Integer getInactiveBackgroundColor()
-
getDisabledBackgroundColor
final Integer getDisabledBackgroundColor()
-
getActiveThumbColor
final Integer getActiveThumbColor()
-
getInactiveThumbColor
final Integer getInactiveThumbColor()
-
getDisabledThumbColor
final Integer getDisabledThumbColor()
-
-
-
-