CircularProgressButtonStyle

data class CircularProgressButtonStyle(val startDownloadImageResId: Int, val inProgressImageResId: Int, val completedImageResId: Int, val startDownloadColorTintResId: Int, val inProgressColorTintResId: Int, val completedColorTintResId: Int, val backgroundColorTint: Int) : Serializable, ComponentStyle

Стиль, описывающий кнопку загрузки

Parameters

startDownloadImageResId

ресурс изображения, отображаемый по умолчанию перед началом загрузки

inProgressImageResId

ресурс изображения, отображаемый во время загрузки файла

completedImageResId

ресурс изображения, отображаемый по окончанию загрузки файла

startDownloadColorTintResId

ресурс цвета, применяемый к изображению "startDownloadImageResId"

inProgressColorTintResId

ресурс цвета, применяемый к изображению "inProgressImageResId"

completedColorTintResId

ресурс цвета, применяемый к изображению "completedImageResId"

backgroundColorTint

ресурс цвета, применяемый в качестве background ко всей кнопке

Constructors

Link copied to clipboard
constructor(startDownloadImageResId: Int, inProgressImageResId: Int, completedImageResId: Int, startDownloadColorTintResId: Int, inProgressColorTintResId: Int, completedColorTintResId: Int, backgroundColorTint: Int)

Properties

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