I know that my profilePictureView is displaying correctly when i call profilePictureView.setProfileId(profile.getId()); On my layout, it displays correctly. However, when I try to call the circularProfilePicture, I simply get an "empty" photo. The image doesn't display as the profilePictureView does. Any ideas why this might happen?
Hi, I'm having trouble using this library to make one of my images into a circle dynamically. Here is my attempt:
Layout:
I know that my
profilePictureView
is displaying correctly when i callprofilePictureView.setProfileId(profile.getId());
On my layout, it displays correctly. However, when I try to call the circularProfilePicture, I simply get an "empty" photo. The image doesn't display as theprofilePictureView
does. Any ideas why this might happen?