Playback using android progressBar style
<ProgressBar android:layout_width="wrap_content" android:layout_height="wrap_content" style="?android:attr/progressBarStyleSmall" <-- play with this android:layout_gravity="center" />
EDIT:
See this post and an example of progress made using code.
source share