How to crop images circularly, and how to load images using Glide(or any other) into them?
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" />...
complicatedsimpleton.hashnode.dev1 min read