Fix layout for long story replies.

This commit is contained in:
Rashad Sookram 2022-03-24 13:00:10 -04:00 committed by Greyson Parrelli
parent 5b3899237b
commit 6e9a6283fc

View file

@ -8,7 +8,8 @@
android:background="@drawable/selectable_list_item_background" android:background="@drawable/selectable_list_item_background"
android:paddingHorizontal="8dp" android:paddingHorizontal="8dp"
android:paddingTop="6dp" android:paddingTop="6dp"
android:paddingBottom="6dp"> android:paddingBottom="6dp"
android:clipToPadding="false">
<View <View
android:id="@+id/bubble" android:id="@+id/bubble"
@ -51,6 +52,7 @@
android:layout_marginBottom="7dp" android:layout_marginBottom="7dp"
android:maxWidth="242dp" android:maxWidth="242dp"
android:textAppearance="@style/Signal.Text.Body" android:textAppearance="@style/Signal.Text.Body"
app:measureLastLine="true"
app:layout_constrainedWidth="true" app:layout_constrainedWidth="true"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"