I need a StatusBar view to put it as shared element, but statusBar is always null:
View statusBarBackground = getWindow().getDecorView().findViewById(android.R.id.statusBarBackground);
How to get StatusBar view? Does it matter that the root layout of Activity is DrawerLayout?
