From f7dcb9f7b31002efed3bb6e498fe3ef055eb6837 Mon Sep 17 00:00:00 2001 From: Sawyer Blatz Date: Thu, 30 Apr 2020 10:57:23 -0700 Subject: [PATCH] For #9208: Make slight modifications to tip layout --- app/src/main/res/layout/button_tip_item.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/button_tip_item.xml b/app/src/main/res/layout/button_tip_item.xml index 38c2b6097..53ce35925 100644 --- a/app/src/main/res/layout/button_tip_item.xml +++ b/app/src/main/res/layout/button_tip_item.xml @@ -26,7 +26,7 @@ android:layout_margin="16dp" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" - app:layout_constraintEnd_toEndOf="parent" /> + app:layout_constraintEnd_toStartOf="@id/tip_close" /> + app:layout_constraintEnd_toStartOf="@id/tip_close"/>