简体   繁体   English

如何制作类似于Gmail或G +的“进度栏”?

[英]How to make a “progressbar” similar to Gmail or G+?

在此处输入图片说明

I could add a simple progressbar to XML activity and put a padding / margin negative, but I think Google inserted directly into the actionbar progressbar. 我可以在XML活动中添加一个简单的进度条,并将padding / margin设置为负数,但是我认为Google直接将其插入到了Actionbar的进度栏中。

If I do something like this: 如果我做这样的事情:

Activity act = this;
act.setProgress (20 * 100);
...

In the action bar displays a spinner, but I'm interested in one horizontal style bar as does Google. 在操作栏中显示了一个微调器,但是我对一个水平样式栏和Google一样感兴趣。 What is the best solution? 最好的解决方案是什么?

I am using android-support-v7 to be compatible with older versions (I'm not interested in using libraries like ActionBarSherlock) 我正在使用android-support-v7与旧版本兼容(我不喜欢使用ActionBarSherlock之类的库)

There is no built-in component in Android that does what you want. Android中没有内置组件可以满足您的需求。 I suggest you use the third party ActionBar-PullToRefresh instead. 我建议您改用第三方ActionBar-PullToRefresh

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM