diff --git a/twidere/src/main/res/layout/card_item_status_common.xml b/twidere/src/main/res/layout/card_item_status_common.xml index e1896cbb9..7ef74bd47 100644 --- a/twidere/src/main/res/layout/card_item_status_common.xml +++ b/twidere/src/main/res/layout/card_item_status_common.xml @@ -125,12 +125,10 @@ android:layout_toStartOf="@+id/extra_type" android:orientation="vertical"> - @@ -148,14 +146,17 @@ android:id="@+id/screen_name" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_alignBaseline="@+id/name" android:layout_marginLeft="@dimen/element_spacing_small" android:layout_marginStart="@dimen/element_spacing_small" + android:layout_toRightOf="@+id/name" + android:layout_toEndOf="@+id/name" android:singleLine="true" android:textAppearance="?android:textAppearanceSmall" android:textColor="?android:textColorSecondary" tools:text="\@user" tools:textSize="@dimen/text_size_extra_small" /> - + - - +