2020-09-10 16:59:47 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<org.thoughtcrime.securesms.components.webrtc.CallParticipantsLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
android:id="@+id/call_screen_call_participants"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2020-11-11 15:11:03 -05:00
|
|
|
android:animateLayoutChanges="true"
|
2020-09-10 16:59:47 -04:00
|
|
|
app:alignContent="stretch"
|
2020-11-11 15:11:03 -05:00
|
|
|
app:alignItems="stretch"
|
2020-09-10 16:59:47 -04:00
|
|
|
app:flexDirection="row"
|
2020-11-11 15:11:03 -05:00
|
|
|
app:flexWrap="wrap"
|
|
|
|
app:justifyContent="flex_start" />
|