how do i get a TextView on top of a ProgressBar?
Instead of: http://bayimg.com/OapocAABB
I want: http://bayimg.com/oApOeAabb
Using java Syntax Highlighting
- <!-- Timer display -->
- <TextView android:id="@+id/timerDisplay"
- android:layout_width="wrap_content" android:layout_height="wrap_content"
- android:text="Timer" android:layout_gravity="center" />
- <!-- Progress bar -->
- <ProgressBar android:id="@+id/progress_horizontal"
- style="?android:attr/progressBarStyleHorizontal"
- android:layout_width="200dip" android:max="100" android:progress="50"
- android:layout_height="wrap_content" />
Parsed in 0.031 seconds, using GeSHi 1.0.8.4
Sorry if this is a repost.
Thank you!


