-1

I would like to draw the following shape ( without border ) using xml on android studio. Could anyone please help me to draw it ?

enter image description here

Community
  • 1
  • 1

1 Answers1

0

Add the xml to your Drawable Folder. set android:scrCompat="@drawable/whateverItIsCalled" in ImageView xml

Viatcheslav Ehrmann
  • 716
  • 2
  • 5
  • 11