窗口变透明 背景变透明

// 设置activity中的控件透明 Window window = getWindow();
// WindowManager.LayoutParams wl = window.getAttributes(); wl.flags
// = WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON;
// wl.alpha=0.95f;//设置透明度,0.0为完全透明,1.0为完全不透明
// window.setAttributes(wl);
// getWindow().getDecorView().setBackgroundDrawable(
// getResources().getDrawable(
// R.drawable.aurora_menu_cover_view_gb));
// aurora.widget.auroraActionBarHost{4154e748 V.E..... ......ID
// 0,0-1080,1845 #7f050004 app:id/aurora_action_bar_host}
// mActionBarHost.setBackgroundColor(getResources().getColor(R.color.aurora_action_bar_tint));

你可能感兴趣的:(窗口变透明 背景变透明)