From 295d4b9466698900106a7f19669960477ed5db3d Mon Sep 17 00:00:00 2001 From: Nicholas Tinsley Date: Tue, 28 May 2024 16:36:10 -0400 Subject: [PATCH] Pin left GIF button to bottom of compose box. --- app/src/main/res/layout/conversation_input_panel.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/conversation_input_panel.xml b/app/src/main/res/layout/conversation_input_panel.xml index dc3008c10f..788b97a307 100644 --- a/app/src/main/res/layout/conversation_input_panel.xml +++ b/app/src/main/res/layout/conversation_input_panel.xml @@ -134,6 +134,7 @@ app:layout_constraintBottom_toBottomOf="@id/compose_bubble" app:layout_constraintStart_toStartOf="@id/compose_bubble" app:layout_constraintTop_toBottomOf="@id/compose_bubble_top_elements" + app:layout_constraintVertical_bias="1.0" app:tint="@color/signal_colorOnSurfaceVariant" />