0
如何將AppBar背景擴展到狀態欄?可能嗎?如何將動作欄背景擴展到狀態欄
如何將AppBar背景擴展到狀態欄?可能嗎?如何將動作欄背景擴展到狀態欄
稱這種現象您onCreate();
getWindow().getDecorView()
.setSystemUiVisibility(View.SYSTEM_UI_FLAG_LAYOUT_STABLE| View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN);
getWindow().setStatusBarColor(Color.TRANSPARENT);
設置您的視圖佈局,全屏幕,使狀態欄結腸透明,適用於Api21以上。