Reputation: 4425
Is it possible to create a drawable like on the picture below using <shape>
tag in Android?
UPD: the goal is to draw these baloons on a MapView
. Is there a standart component for that?
Thanks in advance.
Upvotes: 2
Views: 2030
Reputation: 3569
There is no standard component for drawing balloons. I am pretty sure that graphing cam from here:
https://github.com/jgilfelt/android-mapviewballoons
Just use that code.
Upvotes: 0