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.

rounded , spongy or flabby on animating it

slanting edge

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.

creating custom views

creating view class

or

check solution help:

android custom shape


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -