From 1c340b7c666ec254160b63bbef2ffa8bc30abe75 Mon Sep 17 00:00:00 2001 From: sk Date: Mon, 13 Mar 2023 18:56:06 +0100 Subject: [PATCH] fix extra text padding in compose --- mastodon/src/main/res/layout/fragment_compose.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/src/main/res/layout/fragment_compose.xml b/mastodon/src/main/res/layout/fragment_compose.xml index ce06d7675..80426d5a5 100644 --- a/mastodon/src/main/res/layout/fragment_compose.xml +++ b/mastodon/src/main/res/layout/fragment_compose.xml @@ -101,9 +101,9 @@ android:id="@+id/self_extra_text" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginTop="2sp" android:layout_marginStart="8sp" android:layout_toEndOf="@id/self_name" + android:paddingTop="4sp" android:ellipsize="end" android:fontFamily="sans-serif" android:singleLine="true"