gradle dependencies { implementation 'de.hdodenhof:circleimageview:3.1.0' } <de.hdodenhof.circleimageview.CircleImageView android:id="@+id/profile_image" android:layout_width="120dp" android:layout_height="120dp" android:src="@drawable/profile_picture" app:civ_border_width="2dp" app:civ_border_color="#FF000000" app:civ_shadow="true" /> CircleImageView profileImage = findViewById(R.id.profile_image); profileImage.setImageResource(R.drawable.profile_picture);


上一篇:
下一篇:
切换中文