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

The cardview is displayed off screen when the width is match_parent #42

Open hegazy opened 7 years ago

hegazy commented 7 years ago

How to reproduce: Just change the width of the CardView to match_parent in the sample

vamsikpaladugu commented 6 years ago

The work around is "layout_margins for CardView and FAB must be same"