From 2d2407fed446d1c7a677452fae892a794bfd42eb Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Tue, 30 Apr 2024 15:43:04 -0500 Subject: [PATCH] Move everything above context preview --- src/main/res/layout/fragment_conversation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml index 3ef6e4bc7304188dcc91b6789a7f1a80c26bf796..59639a9fdfdb4aadc9fb851821211370d02b391f 100644 --- a/src/main/res/layout/fragment_conversation.xml +++ b/src/main/res/layout/fragment_conversation.xml @@ -240,7 +240,7 @@ android:id="@+id/snackbar" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:layout_above="@+id/textsend" + android:layout_above="@+id/context_preview" android:layout_marginLeft="8dp" android:layout_marginRight="8dp" android:layout_marginBottom="4dp"