标签: android
我需要StatusBar视图将其作为共享元素,但statusBar始终为null:
StatusBar
View statusBarBackground = getWindow().getDecorView().findViewById(android.R.id.statusBarBackground);
如何获取StatusBar视图? Activity的根布局是DrawerLayout?
DrawerLayout