ProgressDialog 如何做出只有Progress没有Dialog这种效果如图:
样本图:当跳转到这也面时,只有一个圆形进度条。。我用ProgressDialog只能做出带dialog的进度条:如图:代码如下:LayoutInflaterinflate...
样本图:
当跳转到这也面时,只有一个圆形进度条。。
我用ProgressDialog只能做出带dialog的进度条:如图:
代码如下:
LayoutInflater inflater = LayoutInflater.from(MainActivity.this);
View view= inflater.inflate(R.layout.progress, null);
dialog=new ProgressDialog(MainActivity.this);
dialog.setView(view);
dialog.show();
好像带有一个dialog。如何才能把白框去掉???
求指教。。 展开
当跳转到这也面时,只有一个圆形进度条。。
我用ProgressDialog只能做出带dialog的进度条:如图:
代码如下:
LayoutInflater inflater = LayoutInflater.from(MainActivity.this);
View view= inflater.inflate(R.layout.progress, null);
dialog=new ProgressDialog(MainActivity.this);
dialog.setView(view);
dialog.show();
好像带有一个dialog。如何才能把白框去掉???
求指教。。 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询