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