首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

ProgressDialog的位置设立

2012-08-28 
ProgressDialog的位置设置ProgressDialog dialog ProgressDialog.show(AContext, Test, On the botto

ProgressDialog的位置设置

ProgressDialog dialog = ProgressDialog.show(AContext, "Test", "On the bottom");?
? ? ? ? ? ? ? ? dialog.getWindow().setGravity(Gravity.BOTTOM);?

热点排行