How to Customize a Progress Bar In Android

前端 未结 9 2388
鱼传尺愫
鱼传尺愫 2020-11-22 16:07

I am working on an app in which I want to show a ProgressBar, but I want to replace the default Android ProgressBar.

So how can I customize

9条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-22 16:19

    Creating Custom ProgressBar like hotstar.

    1. Add Progress bar on layout file and set the indeterminateDrawable with drawable file.

    activity_main.xml

    
    
    1. Create new xml file in res\drawable

    custom_progress_bar.xml

    
        
    
        
           
    
           
        
    
    
    

提交回复
热议问题