Clans / FloatingActionButton

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

Showing FAB inside a TabLayout instead of showing only MENU button when swipe between tabs. #240

Open sandrocsimas opened 8 years ago

sandrocsimas commented 8 years ago

When i swipe between the tabs and i back to the tab with a FAB menu, one of the three buttons are showed. Why this is happening?

fab

sandrocsimas commented 8 years ago

The same behavior when the layout contains a RefreshLayout and the RecyclerView is refreshed.

Clans commented 8 years ago

Please provide your code so I could check it.