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 -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -