Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled
13 lines
499 B
XML
13 lines
499 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/jitsi_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
tools:context=".JitsiMeetActivity">
|
|
|
|
<org.jitsi.meet.sdk.JitsiMeetView
|
|
android:id="@+id/jitsiView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent" />
|
|
</FrameLayout> |