I'm new in android design. I want to create a view like this:
In fact, I want to create two things:
- A header like this image header that has an image with a transparent overlay.
- Like my header, I want to create recyclerview items, with image and transparent overlay too.
It is necessary to mention that, I want to use Picasso library to show my images.
How to I create this.
Thanks a lot.