ClippedShadowsListView
open class ClippedShadowsListView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = android.R.attr.listViewStyle, defStyleRes: Int = 0) : ListView, ClippedShadowsViewGroup
Deprecated
Replaced by ShadowsListView
Replace with
ShadowsListViewContent copied to clipboard
Replaced by ShadowsListView
Inheritors
Constructors
Link copied to clipboard
constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = android.R.attr.listViewStyle, defStyleRes: Int = 0)
Properties
Link copied to clipboard
The ClippedShadowPlane to set on all child Views as they're added during initialization.
Link copied to clipboard
If true, sets clipOutlineShadow=true on all child Views as they're added during initialization.
Link copied to clipboard
Determines whether the group will take over the draw operations for Inline shadows.