Fix bottom constraint of sender photo in civ2.

This commit is contained in:
Alex Hart 2023-08-25 13:09:18 -03:00 committed by Greyson Parrelli
parent 8a93814bac
commit ae3071d318

View file

@ -36,7 +36,7 @@
android:cropToPadding="true"
android:visibility="gone"
app:fallbackImageSize="small"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintBottom_toBottomOf="@id/conversation_item_body_wrapper"
app:layout_constraintStart_toStartOf="parent"
tools:visibility="visible" />