如何降低Progressdialog的大小机器人?机器人、大小、Progressdialog

由网友(你是我的vip)分享简介:我要显示进度样活性指标,因为像iPhone对话框,所以我想减少它的大小。I want the display the progress dialog like activity indicator as like in iPhone, So I want to reduce the size of it.难道任...

我要显示进度样活性指标,因为像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

阅读全文

相关推荐

最新文章