DrawableSize

data class DrawableSize(@IntRange(from = 0) width: Int, @IntRange(from = 0) height: Int)

CenterImageSpan 的大小配置辅助类

Constructors

Link copied to clipboard
fun DrawableSize(@IntRange(from = 0) width: Int, @IntRange(from = 0) height: Int = width)

Properties

Link copied to clipboard
val height: Int
Link copied to clipboard
val width: Int