Styling indeterminate progressbar on ActionBar
问题 I would like to put a progressBar on the action bar but setting requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS); setProgressBarIndeterminateVisibility(true); on onCreate method produces a medium size progressBar (48dip x 48dip) I guess. I want to change the size of the progressBar but I cannot find how to do it. Can you help me please? 回答1: You'll need to create your own style to apply to the ActionBar. There's a great tutorial on this on the Android Developers Blog. To style the