Clans / FloatingActionButton

Android Floating Action Button based on Material Design specification
Apache License 2.0
5.23k stars 1.13k forks source link

Outter Layout wrap the expanded state #468

Open james04gr opened 5 years ago

james04gr commented 5 years ago

I have a recycler and at the bottom i have a ConsrtaintLayout inside where i have placed the FloatingActionButton. The ConstraintLayout has 80dp height. However when i put the FAB inside the ConstraintLayout height wraps the FAB as it is in an expanded state...That makes my ConstaintLayout much much a lot higher than i want. Any idea....?