drawing a pop-up with ShapeDrawable (Android)

560 Views Asked by At

I want to achieve something like this: enter image description here

Is it possible with shapedrawable? how do I place the "triangle" part beneath the rectangle?

1

There are 1 best solutions below

4
On BEST ANSWER

Try with Vector Drawable. I guess it would be quite easy to achieve it with that. I can post the code here, but I think you should try yourself first and if you are not able to achieve it, paste your existing code :)