Fix quote content not wrapped by line
This commit is contained in:
parent
f512db558e
commit
b747d07a83
|
@ -101,6 +101,7 @@
|
|||
android:maxLines="8"
|
||||
android:textColor="?android:textColorPrimary"
|
||||
android:textSize="?attr/status_text_medium"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/status_quote_inline_content_warning_button"
|
||||
tools:text="This is a status" />
|
||||
|
@ -117,4 +118,4 @@
|
|||
app:layout_constraintTop_toBottomOf="@id/status_quote_inline_content"
|
||||
tools:visibility="visible" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
|
Loading…
Reference in New Issue