mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-02-07 14:58:24 +00:00
16 lines
No EOL
493 B
XML
16 lines
No EOL
493 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:bind="http://schemas.android.com/tools">
|
|
|
|
<data>
|
|
<variable
|
|
name="data"
|
|
type="org.linphone.activities.call.viewmodels.CallViewModel" />
|
|
</data>
|
|
|
|
<org.linphone.activities.call.views.ConferenceCallView
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
bind:viewModel="@{data}"/>
|
|
|
|
</layout> |