Skip to content
Snippets Groups Projects
Commit 61620300 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Video remote: FrameLayout → VLCVideoLayout

parent 9ea58231
No related branches found
No related tags found
No related merge requests found
......@@ -8,29 +8,11 @@
(which requires the surface not be centered), while keeping the result centered
-->
<FrameLayout
<org.videolan.libvlc.util.VLCVideoLayout
android:id="@+id/video_layout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="false" >
<FrameLayout
android:id="@+id/player_surface_frame"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:foregroundGravity="clip_horizontal|clip_vertical" >
<SurfaceView
android:id="@+id/player_surface"
android:layout_width="1dp"
android:layout_height="1dp" />
<SurfaceView
android:id="@+id/subtitles_surface"
android:layout_width="1dp"
android:layout_height="1dp" />
</FrameLayout>
</FrameLayout>
android:fitsSystemWindows="false"/>
<RelativeLayout
android:id="@+id/player_overlay_background"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment