Fix layout for long story replies.
This commit is contained in:
parent
5b3899237b
commit
6e9a6283fc
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue