florent37 / MaterialViewPager

A Material Design ViewPager easy to use library
https://www.fiches-plateau-moto.fr
Apache License 2.0
8.13k stars 1.48k forks source link

Header ImageView fullscreen #183

Open monossido opened 8 years ago

monossido commented 8 years ago

Hi I would like to know if there is a simply way to have the imageview on the header in fullscreen. I don't have scrollviews. I know it is not a Material Design standard, but I need that. I tried to do that increasing the header height and obviously all the content goes down, how can I set the margin top of the content? Thank you

bloderxd commented 8 years ago

I`d recomdend you do this without the lib, try create a view that you will use your recyclerView or other thing and set invisible background and other view with a ImageView filling all screen.