-
public interface ColorRepoType
-
-
Method Summary
Modifier and Type Method Description abstract IntegergetBackgroundColor()abstract IntegergetBrandColor()abstract IntegergetIconColor()abstract IntegergetTextColorOnBg()abstract IntegergetTextColorOnBrand()abstract IntegergetStatusColorDanger()abstract IntegergetStatusColorSuccess()abstract IntegergetStatusColorWarning()abstract IntegergetVideoBackGroundColor()abstract IntegergetNameTagColor()abstract IntegergetSettingViewBackground()-
-
Method Detail
-
getBackgroundColor
@ColorInt() abstract Integer getBackgroundColor()
-
getBrandColor
@ColorInt() abstract Integer getBrandColor()
-
getIconColor
@ColorInt() abstract Integer getIconColor()
-
getTextColorOnBg
@ColorInt() abstract Integer getTextColorOnBg()
-
getTextColorOnBrand
@ColorInt() abstract Integer getTextColorOnBrand()
-
getStatusColorDanger
@ColorInt() abstract Integer getStatusColorDanger()
-
getStatusColorSuccess
@ColorInt() abstract Integer getStatusColorSuccess()
-
getStatusColorWarning
@ColorInt() abstract Integer getStatusColorWarning()
-
getVideoBackGroundColor
@ColorInt() abstract Integer getVideoBackGroundColor()
-
getNameTagColor
@ColorInt() abstract Integer getNameTagColor()
-
getSettingViewBackground
@ColorInt() abstract Integer getSettingViewBackground()
-
-
-
-