Package-level declarations

Types

Link copied to clipboard

Determines the shape of the avatar image in AvatarView.

Link copied to clipboard
data class AvatarStyle(    @Px val avatarBorderWidth: Int,     @ColorInt val avatarBorderColor: Int,     val avatarInitialsTextStyle: TextStyle,     val avatarShape: AvatarShape,     @Px val borderRadius: Float)

Style for AvatarView.

Link copied to clipboard
class AvatarView : ShapeableImageView

Represents the avatar that's shown on the Messages screen or in headers of DMs.