mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-20 21:18:07 +00:00
android: new mediastreamer integration android: new ms2 integration Video calls minor corrections
11 lines
672 B
XML
11 lines
672 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/video_frame" android:orientation="vertical"
|
|
android:layout_height="fill_parent" android:layout_width="fill_parent">
|
|
|
|
<org.linphone.mediastream.video.display.GL2JNIView android:layout_height="fill_parent" android:layout_width="fill_parent" android:id="@+id/video_surface"></org.linphone.mediastream.video.display.GL2JNIView>
|
|
<SurfaceView android:layout_height="72dip" android:layout_width="88dip" android:id="@+id/video_capture_surface" android:layout_gravity="right|bottom"
|
|
android:layout_margin="15dip"></SurfaceView>
|
|
</FrameLayout>
|
|
|