How to crop images circularly, and how to load images using Glide(or any other) into them?
Feb 23, 2022 路 1 min read 路 How to crop images in XML circularly? Simple, use an ImageButton view and set its background to a drawable something like this:<shape android:shape="oval"> <stroke android:width="4dp" android:color="@color/white" />...
Join discussion