AvatarGroup
class AvatarGroup @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = R.attr.Default_AvatarGroup_Style, @StyleRes defStyleRes: Int = R.style.BaseAvatarGroup) : ViewGroup
AvatarGroup.
Since
0.5.4
Constructors
Link copied to clipboard
constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = R.attr.Default_AvatarGroup_Style, @StyleRes defStyleRes: Int = R.style.BaseAvatarGroup)
Types
Properties
Link copied to clipboard
The avatar size of avatar.
Link copied to clipboard
The corner radius of avatar when the shape is SHAPE_ROUND_CORNER.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The length of the overlap between two avatars.
Link copied to clipboard
The avatar overlay method.
Link copied to clipboard
The stroke width of avatar.
Functions
Link copied to clipboard
Set size for each avatar. At the same time, mOverlapDistance will be adjusted to ensure that its length is reasonable.
Link copied to clipboard
Set the length of the overlap between two avatars.
Link copied to clipboard
Set mOverlapFrom.