kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix layout for long story replies.
rodzic
5b3899237b
commit
6e9a6283fc
|
@ -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"
|
||||||
|
|
Ładowanie…
Reference in New Issue