After incorporating the new CoordinatorLayout in one of my layouts, I have an issue with Adviews overlapping with FloatingActionButton. >
CoordinatorLayout
Adview
FloatingActionButton
After posting, I decided to try and wrap the entire CoordinatorLayout layout in a LinearLayout and it seems to work well. Maybe someone knows of a better way?
LinearLayout
I am not sure this is the best way as there are many nested views: