Signal-Android/app/src/main/res/layout/webrtc_call_activity.xml

11 lines
467 B
XML
Raw Normal View History

<?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"
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" />