Custom Drawable for ProgressBar/ProgressDialog

后端 未结 8 1013
野性不改
野性不改 2020-11-22 10:33

Reading the limited documentation that Google has provided, I get the feeling that it is possible to change the look (drawable) of a ProgressBar/ProgressDialog by simply cre

8条回答
  •  难免孤独
    2020-11-22 10:56

    Try setting:

    android:indeterminateDrawable="@drawable/progress" 
    

    It worked for me. Here is also the code for progress.xml:

    
    
    
        
    
            
    
            
    
        
    
     
    

提交回复
热议问题