Mark, so the ProgressBar going on top of the SurfaceView worked.

Actually all I had to do was:

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android";
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<SurfaceView
android:id="@+id/vid"
android:layout_gravity="center" android:layout_width="match_parent" 
android:layout_height="match_parent">
</SurfaceView>
<ProgressBar android:id="@+id/ProgressBar01"
                style="?android:attr/progressBarStyleHorizontal"
android:layout_width="fill_parent"
android:layout_weight="1"
android:layout_height="wrap_content"
android:paddingLeft="2px"
android:layout_gravity="center|bottom"/>
</FrameLayout>


So, now I just need help to fix the lagging streaming video.

Thanks group.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to