- bugfix: video is now playing in fullscreen

This commit is contained in:
tobiasKaminsky 2014-10-25 18:55:15 +02:00
parent 8d3a956c97
commit b18fabe9d7

View file

@ -3,9 +3,10 @@
android:layout_width="match_parent"
android:layout_height="match_parent" >
<VideoView android:id="@+id/videoPlayer"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
<VideoView
android:id="@+id/videoPlayer"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_gravity="center" />
</FrameLayout>