Styling indeterminate progressbar on ActionBar

后端 未结 7 1518
栀梦
栀梦 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:11

    To make the ProgressBar on ActionBar smaller, what you want to do is override Widget.Holo.ProgressBar.Small like this

    
    
    
    
    
    

    and set the size to whatever you want.

提交回复
热议问题