hi am trying to create this layout , am hoping to use view with it src pointing to drawaable with a shape and tip
place that in the recyclerview ontop of the image view
<RelativeLayout
....
>
<View
align_parentTop= true
src= " drawable with an invert tip inside "
....
/>
<ImageView //actual image here
... />
but i can create the shape i and also to convert it to xml , so it supports all sizes
No responses yet.