miha-x64
01/10/2017, 2:24 PMpublic DrawerLayout(Context context, AttributeSet attrs, int defStyle) {
...
if (ViewCompat.getFitsSystemWindows(this)) {
IMPL.configureApplyInsets(this);
mStatusBarBackground = IMPL.getDefaultStatusBarBackground(context);
}