Android - displaying text in center of progress bar

前端 未结 8 1153
滥情空心
滥情空心 2021-01-01 08:48

I have already made a horizontal progress bar and it works perfectly. I would like to display a textview or something similar right in the middle of it showing a countdown a

8条回答
  •  情歌与酒
    2021-01-01 09:31

    You can use a FrameLayout to display the TextView over the ProgressBar:

    ...
    
    
        
    
        
    
            
            ...
        
    
    

提交回复
热议问题