From 99642366162326d7a12628e4a4f5483f4175cc35 Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Thu, 12 Oct 2023 20:16:50 -0300 Subject: [PATCH] fix: make notification header timestamp ellipsizeable cc: @sk22 --- .../src/main/res/layout/display_item_notification_header.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/mastodon/src/main/res/layout/display_item_notification_header.xml b/mastodon/src/main/res/layout/display_item_notification_header.xml index 4c94c6735..a23475fd2 100644 --- a/mastodon/src/main/res/layout/display_item_notification_header.xml +++ b/mastodon/src/main/res/layout/display_item_notification_header.xml @@ -60,6 +60,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:minWidth="56sp" + android:ellipsize="end" android:textAppearance="@style/m3_body_medium" android:textColor="?colorM3OnSurfaceVariant" android:maxLines="1"