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

14 lines
632 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<org.thoughtcrime.securesms.components.webrtc.CallParticipantsLayout 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"
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"
app:alignContent="stretch"
2020-11-11 15:11:03 -05:00
app:alignItems="stretch"
app:flexDirection="row"
2020-11-11 15:11:03 -05:00
app:flexWrap="wrap"
app:justifyContent="flex_start" />