After incorporating the new CoordinatorLayout in one of my layouts, I have an issue with Adviews overlapping with FloatingActionButton. >
CoordinatorLayout
Adview
FloatingActionButton
Probably not what you were looking for, but you can at least align the FloatingActionButton, like so
As the CoordinatorLayout is a FrameLayout, you want to have the fab after the AdView, as
FrameLayout
AdView
Child views are drawn in a stack, with the most recently added child on top