From df0b63836faa6aabe3f24227b05c3d57e545827e Mon Sep 17 00:00:00 2001
From: 0xd9a <0xd9a@noreply.codeberg.org>
Date: Fri, 22 Aug 2025 16:50:26 +0530
Subject: [PATCH] Make profile picture move to right side of title in
conversation page in RTL mode (fix #1284)
---
.../mastodon/layout/activity_conversation.xml | 36 +++++++++++--------
1 file changed, 22 insertions(+), 14 deletions(-)
diff --git a/app/src/main/res/layouts/mastodon/layout/activity_conversation.xml b/app/src/main/res/layouts/mastodon/layout/activity_conversation.xml
index c87bb067..636e91a9 100644
--- a/app/src/main/res/layouts/mastodon/layout/activity_conversation.xml
+++ b/app/src/main/res/layouts/mastodon/layout/activity_conversation.xml
@@ -41,21 +41,29 @@
android:fitsSystemWindows="true"
app:layout_scrollFlags="scroll|enterAlways">
-
-
-
+ android:layout_height="match_parent"
+ android:gravity="center_vertical">
+
+
+
+
+
+
+