Related questions
ImageView in circular through xml
I'd Like to make any image from my ImageView to be circular with a border.
I searched but couldn't find any useful information (anything that I tried didn't work).
How can I achieve this through xml:
Create an ImageView with …
Android: resizing imageview in XML
I have an image that is too big to fit on the screen, i want it fairly small on screen. How do i change the size of the image through XML?
i tried:
<ImageView
android:id="@+id/image"
android:…
ImageView rounded corners
I wanted image to have rounded corners. I implement this xml code and use this in my image view. but image overlap the shape. I am downloading the image through async task.
<?xml version="1.0" encoding="utf-8"?>
<shape …