2016-11-09 09:37:40 -08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-04-23 16:20:59 -03:00
|
|
|
<org.thoughtcrime.securesms.components.webrtc.WebRtcCallView xmlns:android="http://schemas.android.com/apk/res/android"
|
2022-08-09 13:29:04 -03:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
tools:viewBindingIgnore="true"
|
2019-07-29 09:36:48 -04:00
|
|
|
android:id="@+id/callScreen"
|
|
|
|
android:layout_width="match_parent"
|
2020-04-23 16:20:59 -03:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:background="@color/black"
|
|
|
|
android:clickable="true"
|
|
|
|
android:fitsSystemWindows="false" />
|