fix sentAt not always being properly end aligned
This commit is contained in:
parent
c1ef2ac628
commit
e971b77539
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue