androiddialogpopupshapedrawable

drawing a pop-up with ShapeDrawable (Android)


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?


Solution

  • 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 :)