Fix alignment of small arabic names in LTR languages.

This commit is contained in:
Alex Hart 2022-08-08 15:14:50 -03:00 committed by Cody Henthorne
parent cfebd0eeb9
commit 5164a44ee8

View file

@ -68,6 +68,7 @@
android:drawablePadding="5dp"
android:ellipsize="end"
android:maxLines="1"
android:textAlignment="viewStart"
android:textColor="@color/signal_colorOnSurface"
app:layout_constraintBottom_toTopOf="@id/conversation_list_item_summary"
app:layout_constraintEnd_toStartOf="@id/conversation_list_item_date"