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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No. It’s a regular 9patch picture (.9.png). No way you can create that using only shapes.
Map markers are usually done by implementing an ItemizedOverlay class. Check out this tutorial