In my new android app I need to give border to imageview
by using something like .9.png.
The border size should change with respect to image which I have given to imageview
and If possible I need to give a background image to imageview
as I'm going to apply a transparent png image to imageview
.
Should I create a new custom view for this?