ProgressBarTheme

data class ProgressBarTheme(    @ColorRes val primaryBackgroundTint: Int,     @ColorRes val secondaryBackgroundTint: Int,     @ColorRes val primaryTint: Int,     @ColorRes val secondaryTint: Int)

Constructors

Link copied to clipboard
constructor(    @ColorRes primaryBackgroundTint: Int,     @ColorRes secondaryBackgroundTint: Int,     @ColorRes primaryTint: Int,     @ColorRes secondaryTint: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun getColor(context: Context, index: Int = 0): Int?