mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-18 13:00:36 +01:00
make sure the videoplayer textureview in the activity takes whole screen
This commit is contained in:
parent
8ae759ac89
commit
e42fa0b93f
@ -19,8 +19,8 @@
|
|||||||
|
|
||||||
<TextureView
|
<TextureView
|
||||||
android:id="@+id/video_surface"
|
android:id="@+id/video_surface"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="match_parent"
|
||||||
android:layout_centerInParent="true"/>
|
android:layout_centerInParent="true"/>
|
||||||
|
|
||||||
</com.alexvasilkov.gestures.GestureFrameLayout>
|
</com.alexvasilkov.gestures.GestureFrameLayout>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user