Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created February 7, 2022 01:18
Show Gist options
  • Save skydoves/886557dfe106ebe60cf822b08c286c4c to your computer and use it in GitHub Desktop.
Save skydoves/886557dfe106ebe60cf822b08c286c4c to your computer and use it in GitHub Desktop.
avatarview_initials
<io.getstream.avatarview.AvatarView
android:layout_width="110dp"
android:layout_height="110dp"
app:avatarViewInitials="AB"
app:avatarViewInitialsBackgroundColor="@color/skyBlue"
app:avatarViewInitialsTextColor="@color/white"
app:avatarViewInitialsTextSize="21sp"
app:avatarViewInitialsTextSizeRatio="0.33"
app:avatarViewInitialsTextStyle="bold" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment