How to draw the part I marked with the arrow? Beneath you see other parts I already drew. The surrounding space must be transparent.
Asked
Active
Viewed 412 times
1
-
see `android.graphics.Path` API – pskink Apr 11 '16 at 06:46
-
all you need is to call `Path#arcTo` twice – pskink Apr 11 '16 at 10:11
-
I'd prefer a solution I can use with XML files in the drawable folder. If possible. – OneWorld Apr 11 '16 at 11:33
-
then try `VectorDrawable` but if you use it i'm afraid its going to have a fixed size – pskink Apr 11 '16 at 11:58
-
can you please elaborate the scenario where you need such type of requirement. May be I can help you. – shanraisshan Apr 22 '16 at 06:38