summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas <tschneider.ac@gmail.com>2024-03-21 09:36:12 +0100
committerThomas <tschneider.ac@gmail.com>2024-03-21 09:36:12 +0100
commit91941a562d8bf79e7a77c3ce9456438d76d89208 (patch)
treea59b75035e143cc6ca3b0d5f4447c308248c3a0f
parenta0e4472ef26eec768703ac10e01e087284ce81d2 (diff)
Fix issue #1047 - Long pronouns displace the user name
-rw-r--r--app/src/main/res/layouts/mastodon/layout/drawer_status.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layouts/mastodon/layout/drawer_status.xml b/app/src/main/res/layouts/mastodon/layout/drawer_status.xml
index 8c9e4ddc5..0328d756a 100644
--- a/app/src/main/res/layouts/mastodon/layout/drawer_status.xml
+++ b/app/src/main/res/layouts/mastodon/layout/drawer_status.xml
@@ -168,7 +168,7 @@
app:layout_constraintStart_toEndOf="@+id/display_name"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintEnd_toStartOf="@+id/date_short_container"
- android:layout_width="wrap_content"
+ android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="6dp"
android:visibility="invisible"