https://kotlinlang.org logo
m

miha-x64

01/10/2017, 2:24 PM
I’ve found my problem source.
Copy code
public DrawerLayout(Context context, AttributeSet attrs, int defStyle) {
        ...
        if (ViewCompat.getFitsSystemWindows(this)) {
            IMPL.configureApplyInsets(this);
            mStatusBarBackground = IMPL.getDefaultStatusBarBackground(context);
        }