ProgressDialog的位置设置
ProgressDialog dialog = ProgressDialog.show(AContext, "Test", "On the bottom");?
? ? ? ? ? ? ? ? dialog.getWindow().setGravity(Gravity.BOTTOM);?
发布时间: 2012-08-28 12:37:01 作者: rapoo
ProgressDialog的位置设置
ProgressDialog dialog = ProgressDialog.show(AContext, "Test", "On the bottom");?
? ? ? ? ? ? ? ? dialog.getWindow().setGravity(Gravity.BOTTOM);?