Open dmfrey opened 7 years ago
It doesn't seem to have anything to do with the TabLayout. I put it on another page without one (and any tabs) and it still happens. I originally was thinking it was from extra space in the action bar tabs.
I believe this was a result of multiple coordinator layouts (one in activity and one in fragment). Can someone confirm?
I put a FABProgressCircle in CoordinatorLayout, which is in a Fragment. The parent activity also sets up a TabLayout, also in a CoordinatorLayout. The FABProgressCircle is partially covered by the phone's bottom navigation.
Take a look at this screenshot.
activity layout:
fragment layout
fab layout