Android object's convex look

79 views Asked by At

I am new to android animations, so if someone can help me, I want to transform an object, lets say a rectangle to have a convex look. Can I do that with some of the functions, like lets say skew or... If someone has an idea or a sample code I would really appreciate it. Thank u in advance

1

There are 1 answers

0
goto10 On

The Android 2D libraries are pretty basic, but I think you could use four ArcShapes to simulate the look of a convex rectangle.