Fix quote content not wrapped by line

This commit is contained in:
kyori19 2020-06-29 10:41:29 +09:00
parent f512db558e
commit b747d07a83
1 changed files with 2 additions and 1 deletions

View File

@ -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>