-
public final class UCToggleTheme
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classUCToggleTheme.Companion
-
Field Summary
Fields Modifier and Type Field Description private final IntegeractiveBackgroundprivate final IntegerinactiveBackgroundprivate final IntegerdisabledBackgroundprivate final IntegeractiveIconprivate final IntegerinactiveIconprivate final IntegerdisabledIcon
-
Method Summary
Modifier and Type Method Description final IntegergetActiveBackground()final IntegergetInactiveBackground()final IntegergetDisabledBackground()final IntegergetActiveIcon()final IntegergetInactiveIcon()final IntegergetDisabledIcon()-
-
Method Detail
-
getActiveBackground
final Integer getActiveBackground()
-
getInactiveBackground
final Integer getInactiveBackground()
-
getDisabledBackground
final Integer getDisabledBackground()
-
getActiveIcon
final Integer getActiveIcon()
-
getInactiveIcon
final Integer getInactiveIcon()
-
getDisabledIcon
final Integer getDisabledIcon()
-
-
-
-