From d93bcd92417ff688a7ec286627ee039cd74de341 Mon Sep 17 00:00:00 2001 From: LucasGGamerM Date: Mon, 28 Aug 2023 17:23:00 -0300 Subject: [PATCH] feat: use ellipsize for settings items IDK why It can't just continue on the next line :( --- mastodon/src/main/res/layout/item_generic_list_content.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/mastodon/src/main/res/layout/item_generic_list_content.xml b/mastodon/src/main/res/layout/item_generic_list_content.xml index ee19a4ea6..9d0e45e08 100644 --- a/mastodon/src/main/res/layout/item_generic_list_content.xml +++ b/mastodon/src/main/res/layout/item_generic_list_content.xml @@ -22,6 +22,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="24dp" + android:ellipsize="end" android:gravity="center_vertical" android:textAppearance="@style/m3_body_large" android:textColor="?colorM3OnSurface"