Styling indeterminate progressbar on ActionBar

后端 未结 7 1531
栀梦
栀梦 2020-12-13 02:52

I would like to put a progressBar on the action bar but setting

requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);  
setProgressBarIndeterminateVi         


        
7条回答
  •  悲哀的现实
    2020-12-13 03:33

    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 intermediate progress bar, try using indeterminateProgressStyle and Widget.ProgressBar.Small. Here's a quick example.

    
    
    
    
    
    

提交回复
热议问题