How can we create ballon drawable shape as below. where we can change the color of it dynamically.
Here it is XML for triangle and rectangle. save it inside drawable folder.
XML
triangle
rectangle
triangle.xml
rectangle.xml
and layout for shape you require.
set margin according you required.
Source