diff --git a/mastodon/src/main/res/layout/fragment_compose.xml b/mastodon/src/main/res/layout/fragment_compose.xml index cf71e4a86..cd851f354 100644 --- a/mastodon/src/main/res/layout/fragment_compose.xml +++ b/mastodon/src/main/res/layout/fragment_compose.xml @@ -73,7 +73,6 @@ @@ -81,6 +80,7 @@ android:id="@+id/self_avatar" android:layout_width="46sp" android:layout_height="46sp" + android:layout_marginTop="16dp" android:layout_alignParentStart="true" android:layout_alignParentTop="true" android:layout_marginEnd="12dp" /> @@ -90,8 +90,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_toEndOf="@id/self_avatar" - android:paddingTop="3sp" - android:minHeight="24sp" + android:layout_above="@+id/self_username" android:ellipsize="end" android:singleLine="true" android:textAppearance="@style/m3_title_medium" @@ -103,7 +102,7 @@ android:layout_height="wrap_content" android:layout_marginStart="8sp" android:layout_toEndOf="@id/self_name" - android:paddingTop="3sp" + android:layout_above="@id/self_username" android:ellipsize="end" android:fontFamily="sans-serif" android:singleLine="true" @@ -112,14 +111,15 @@ tools:text="@string/sk_local_only" />