ebarrenechea / header-decor

A couple of sticky header decorations for android's recycler view.
Apache License 2.0
879 stars 159 forks source link

Elevation on headers not working #71

Open xylik opened 7 years ago

xylik commented 7 years ago

Hi and thx for great lib, my issue is this: I can't achieve elevation on headers although they are set in xml, headers are being rendered flat with z = 0 no matter what i do. Do you have any suggestion what to try? Issue is manifested on Google Nexus 5X with Android 6.0.1 on it.

xylik commented 7 years ago

I ended manually adding view mocking the shadow to header in xml and have achieved desired effect.

Javieraeros commented 6 years ago

Hi bro, can you share your solution pls, I'm stuck with this and i cannot put the shadow :-(