dialog全屏的问题
自定义的dialog没有全屏的解决办法:
?
?
??? 其中transparent_background为颜色值:#50000000,透明度为50
??????
final Dialog dialog = new Dialog(this,R.style.Transparent);?
?
http://topic.csdn.net/u/20110719/09/f8fa803d-0884-4063-a417-9824e5ee2423.html
?
?
http://gqdy365.iteye.com/blog/1402906