I would like to draw the following shape ( without border ) using xml on android studio. Could anyone please help me to draw it ?
Asked
Active
Viewed 111 times
1 Answers
0
Add the xml to your Drawable Folder. set android:scrCompat="@drawable/whateverItIsCalled" in ImageView xml

Viatcheslav Ehrmann
- 716
- 2
- 5
- 11
-
But I need to draw it first. I need some help to draw it. – Md Solaiman Hosen Mar 10 '20 at 10:51
-
What do you mean with "draw". ImageView will draw the .png file – Viatcheslav Ehrmann Mar 10 '20 at 11:00
-
I want to write some xml code so that It finally looks like the sample image. – Md Solaiman Hosen Mar 10 '20 at 11:12