mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
20 lines
No EOL
699 B
XML
20 lines
No EOL
699 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/video_frame"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<org.linphone.mediastream.video.display.GL2JNIView
|
|
android:visibility="visible"
|
|
android:layout_height="match_parent"
|
|
android:layout_width="match_parent"
|
|
android:id="@+id/videoSurface" />
|
|
|
|
<SurfaceView
|
|
android:id="@+id/videoCaptureSurface"
|
|
android:layout_width="90dp"
|
|
android:layout_height="120dp"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_alignParentRight="true" />
|
|
|
|
</RelativeLayout> |