mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-24 19:00:26 +01:00
Fix layout for long story replies.
This commit is contained in:
committed by
Greyson Parrelli
parent
5b3899237b
commit
6e9a6283fc
@@ -8,7 +8,8 @@
|
||||
android:background="@drawable/selectable_list_item_background"
|
||||
android:paddingHorizontal="8dp"
|
||||
android:paddingTop="6dp"
|
||||
android:paddingBottom="6dp">
|
||||
android:paddingBottom="6dp"
|
||||
android:clipToPadding="false">
|
||||
|
||||
<View
|
||||
android:id="@+id/bubble"
|
||||
@@ -51,6 +52,7 @@
|
||||
android:layout_marginBottom="7dp"
|
||||
android:maxWidth="242dp"
|
||||
android:textAppearance="@style/Signal.Text.Body"
|
||||
app:measureLastLine="true"
|
||||
app:layout_constrainedWidth="true"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
|
||||
Reference in New Issue
Block a user