I\'ve a fragment with a CoordinatorLayout
When i run the app with API 19 the behavior is right : The toolbar is below the status bar and the FAB bu
add android:fitsSystemWindows="false"to the CoordinatorLayout
android:fitsSystemWindows="false"
CoordinatorLayout