<VideoView
android:id="@+id/videoPlayer"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
android:layout_gravity="center" />
</FrameLayout>
\ No newline at end of file