gowong / material-sheet-fab

Android library that provides the floating action button to sheet transition from Google's Material Design.
MIT License
1.58k stars 255 forks source link

CardView doesn't have a margin on < 5.0 Lollipop #7

Closed maciej-kaznowski closed 9 years ago

maciej-kaznowski commented 9 years ago

Hi, There isn't any margin on devices without lollipop in the CardView. I read in a previous issue that the margin is 16dp and I can see that on my nexus 6 running 5.1.1 but on a samsung galaxy s running 4.4.4 then there is no margin.

masoodfallah commented 9 years ago

oh why???

gowong commented 9 years ago

Are you referring to the sample app or your own app? The library doesn't add margins to the CardView so you'll need to do that with your own styling.

gowong commented 9 years ago

No response. Feel free to reopen.