Android 在进度条的中间显示倒计时 我把进度栏按倒计时顺序递减。我想在PrimeSbar的中间显示TeXVIEW。< /P>

Android 在进度条的中间显示倒计时 我把进度栏按倒计时顺序递减。我想在PrimeSbar的中间显示TeXVIEW。< /P>,android,xml,Android,Xml,在相对布局中,我使用了progressbar和文本视图作为- <ProgressBar android:id="@+id/progressBarToday" style="?android:attr/progressBarStyleHorizontal" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_centerInParent="true" andr

在相对布局中,我使用了
progressbar
文本视图
作为-

<ProgressBar android:id="@+id/progressBarToday" 
style="?android:attr/progressBarStyleHorizontal" 
android:layout_width="match_parent" 
android:layout_height="match_parent" 
android:layout_centerInParent="true" 
android:indeterminate="false" 
android:max="60" 
android:progress="45" 
android:progressDrawable= "@drawable/circular_progress_bar" /> 

<TextView android:id="@+id/textView1" 
android:layout_width="match_parent" 
android:layout_height="wrap_content" 
android:layout_centerVertical="true" />


。寻找一个圆形的进程轮?不。。。。我需要对齐progressbar中的文本视图。您可以显示您尝试过的内容吗?在相对布局中,我使用了progressbar和文本视图。。