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_width="0dp"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="16dp"
|
android:layout_marginStart="16dp"
|
||||||
|
android:layout_marginEnd="4sp"
|
||||||
android:maxLines="1"
|
android:maxLines="1"
|
||||||
android:text="@{chatOverviewItem.name}"
|
android:text="@{chatOverviewItem.name}"
|
||||||
android:textAppearance="?textAppearanceTitleMedium"
|
android:textAppearance="?textAppearanceTitleMedium"
|
||||||
|
@ -66,7 +67,7 @@
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+id/sentAt"
|
android:id="@+id/sentAt"
|
||||||
android:layout_width="0dp"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginEnd="16dp"
|
android:layout_marginEnd="16dp"
|
||||||
android:textAppearance="?textAppearanceLabelMedium"
|
android:textAppearance="?textAppearanceLabelMedium"
|
||||||
|
|
Loading…
Reference in a new issue