Search code examples
androidandroid-shape

How to make this shape in Android


I want create shape such as this image :

enter image description here

But i do not want use 9 pach png image, i want create this shape in drawable folder. How can i create this? Any help could be appreciated! Thanks


Solution

  • You could use VectorDrawable if your using >api 21, or shapes(maybe a triangle and rectangle combined) with borders.