<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#FFFFFF" />
<stroke android:width="1dp" android:color="#000000" />
<padding android:left="1dp" android:top="1dp" android:right="1dp"
android:bottom="1dp" />
</shape>
I have this code that makes an imageview’s border now I want that imageview get a picture too.
now how can I edit this code to include an image too?
Try this :
EDIT:
OR
Both way you can do that.
Hope this helps you.
Thanks.