Activity with background drawing

2

Good morning!

Friends, I need a light to carry out the development of an Activity with the following layout, as below.

The area in the orange color should be drawn programmatically according to the screen size of the device.

In the blank area a View Image should be placed.

My problem is how to draw the orange area programmatically, I do not even know where to start.

If someone can help me, I'll be very grateful.

    
asked by anonymous 28.09.2016 / 14:48

1 answer

0

Use a .png on an image. To put an image on another you can use RelativeLayout . Another way is to use Vector Drawables: link You can create the images in SVG and then use a website that converts the images to Vector Drawables, type this site link

    
02.12.2016 / 19:56