`
hulunberbus
  • 浏览: 857739 次
文章分类
社区版块
存档分类
最新评论

android 如何设置dialog的透明度

 
阅读更多
WindowManager.LayoutParams lp=dialog.getWindow().getAttributes();
lp.alpha=1.0f;
dialog.getWindow().setAttributes(lp);

alpha在0.0f到1.0f之间。1.0完全不透明,0.0f完全透明
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics