Android : How to draw layout with slanting and curved edges like this? -
i unable figure out how design layout in android images shown below.
please suggest solutions in order achieve same.
this can achieved in 2 ways:
1- use images in background , position them accordingly.
2- write own view class , override ondraw(canvas canvas)
method. can android documentation.
or
check solution help:
Comments
Post a Comment