如何降低Progressdialog的大小机器人? [英] How to reduce the size of Progressdialog in android?

查看:121
本文介绍了如何降低Progressdialog的大小机器人?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我要显示进度样活性指标,因为像iPhone对话框,所以我想 减少它的大小。

I want the display the progress dialog like activity indicator as like in iPhone, So I want to reduce the size of it.

难道任何一个给我这样的想法。

Could any one give me a idea on this.

感谢。

推荐答案

玩Android的进度条样式

Play with android progressBar style

<ProgressBar android:layout_width="wrap_content" 
  android:layout_height="wrap_content"
  style="?android:attr/progressBarStyleSmall" <-- play with this
  android:layout_gravity="center"
/>

修改

请参阅这个后,与实例进度的使用code创建

See this post, and example of progressbar created using code

这篇关于如何降低Progressdialog的大小机器人?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆