改變窗口的透明度

public void setBackgroundAlpha(float bgAlpha) { WindowManager.LayoutParams lp = .getWindow() .getAttributes(); lp.alpha = bgAlpha; getWindow().setAttributes(lp);
相關文章
相關標籤/搜索