profile-picture- все статьи тега
Как создать круговую фотографию профиля facebook
У меня возникли проблемы с использованием этой библиотеки, чтобы сделать одно из моих изображений в круг динамически. Вот моя попытка: private void drawerSetup() { Profile profile = Profile.getCurrentProfile(); ProfilePictureView profilePictureView = (ProfilePictureView) findViewById(R.id.profile_image); CircularImageView circularProfilePicture = (CircularImageView) findViewById(R.id.profile_image_circle); if(profilePictureView != null) { profilePictureView.setProfil ...