«

Dialog背景色透明效果轻松实现

时间:2024-3-2 17:00     作者:韩俊     分类: Html+Css


final Dialog dialog = new Dialog(context);
dialog.show();
dialog.getWindow().setBackgroundDrawable(new ColorDrawable(0));
dialog.setContentView(R.layout.login);


From:http://blog.csdn.net/hundsong/article/details/8162990

标签: javascript html css

热门推荐