Fixed issue with camera preview on tablet's dialer

This commit is contained in:
Sylvain Berfini 2020-07-27 10:08:32 +02:00
parent 05e38fe1c8
commit 003b32aa9e

View file

@ -54,9 +54,10 @@
android:contentDescription="@null"
android:src="@drawable/dialer_background" />
<TextureView
<org.linphone.mediastream.video.capture.CaptureTextureView
android:id="@+id/video_preview_window"
android:visibility="@{viewModel.showPreview ? View.VISIBLE : View.GONE, default=gone}"
android:layout_toRightOf="@id/tabs_fragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerInParent="true"/>