ShadowView

class ShadowView @JvmOverloads() constructor(context: Context, showShadowBar: Boolean, showBackground: Boolean) : View

Author

Simon Lee

Constructors

ShadowView
Link copied to clipboard
fun ShadowView(context: Context, showShadowBar: Boolean = true, showBackground: Boolean = true)

Functions

setShadowVisiable
Link copied to clipboard
fun setShadowVisiable(showShadowBar: Boolean, showBackground: Boolean)
控制阴影显示
setShowColor
Link copied to clipboard
fun setShowColor(shadowColor: Int, showShadowBar: Boolean, showBackground: Boolean)
设置阴影颜色