I cant seem to find any good documentation on how to add a progress bar under the ActionBar like the Google+ App. Is there a built in way of doing this or do I have to programmatically add it in?
Asked
Active
Viewed 535 times
1
-
1This is useful for you [SwipeToRefresh](http://antonioleiva.com/swiperefreshlayout/) – Pravin Nov 11 '14 at 05:18
-
swipe refresh layout http://antonioleiva.com/swiperefreshlayout/ and also check the new refresh design of android l. You can check google io schedule app for the same – Raghunandan Nov 11 '14 at 05:18
-
Pull to refresh is also good - https://github.com/johannilsson/android-pulltorefresh – Ashish Tamrakar Nov 11 '14 at 05:19
-
Try this http://stackoverflow.com/questions/13934010/progressbar-under-action-bar – harsha.cs Nov 11 '14 at 07:49