Hi All, Is there any way to do a picture-in-picture video view on android?. Such that a video is playing in fullscreen in the background and that a smaller video canvas is displayed on top of that?
It's probably not possible through using two videoView tags like I did.. And I did not expect that either: <VideoView android:id="@+id/surface_view" android:layout_width="wrap_content" android:layout_height="wrap_content" /> <VideoView android:id="@+id/surface_view2" android:layout_width="wrap_content" android:layout_height="wrap_content" /> Is there another way? If so, can anyone provide a small example, with java source and xml layout. -Ciao! /Steffen -- 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