From 136ab09e8c1b33d928509dca32dba330db629625 Mon Sep 17 00:00:00 2001 From: Matt Casey Date: Fri, 11 Jun 2021 10:27:50 -0400 Subject: [PATCH] Align transition image to preview top Top UI layout change broke the transition alignment. Bug: 190757763 Test: Visual inspection Change-Id: I54cd2d576f54f96c12b082d7efa144ea1b13ce5b --- packages/SystemUI/res/layout/long_screenshot.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/SystemUI/res/layout/long_screenshot.xml b/packages/SystemUI/res/layout/long_screenshot.xml index 8e30aecd6a279..94043a405a521 100644 --- a/packages/SystemUI/res/layout/long_screenshot.xml +++ b/packages/SystemUI/res/layout/long_screenshot.xml @@ -128,7 +128,7 @@ android:id="@+id/transition" android:layout_width="wrap_content" android:layout_height="wrap_content" - app:layout_constraintTop_toBottomOf="@id/save" + app:layout_constraintTop_toTopOf="@id/preview" app:layout_constraintStart_toStartOf="parent" android:scaleType="centerCrop" android:visibility="invisible"