fix sentAt not always being properly end aligned

This commit is contained in:
Daniel Gultsch 2023-03-08 12:17:25 +01:00
parent c1ef2ac628
commit e971b77539
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2

View file

@ -23,6 +23,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:layout_marginEnd="4sp"
android:maxLines="1"
android:text="@{chatOverviewItem.name}"
android:textAppearance="?textAppearanceTitleMedium"
@ -66,7 +67,7 @@
<TextView
android:id="@+id/sentAt"
android:layout_width="0dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="16dp"
android:textAppearance="?textAppearanceLabelMedium"