Drawable Size
data class DrawableSize(@IntRange(from = 0 ) width: Int, @IntRange(from = 0 ) height: Int)
Content copied to clipboard
CenterImageSpan 的大小配置辅助类
Constructors
Link copied to clipboard
fun DrawableSize(@IntRange(from = 0 ) width: Int, @IntRange(from = 0 ) height: Int = width)
Content copied to clipboard