Android - displaying text in center of progress bar

前端 未结 8 1098
滥情空心
滥情空心 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:37

    You can set LinearLayout with RelativeLayout inside it and make RelativeLayout Height & width equal to wrap_content then in the TextView under the ProgressBar you will add android:layout_centerInParent="true"

    Example :

    
        
            
            
        
    
    

提交回复
热议问题