diff --git a/packages/SystemUI/res/layout/long_screenshot.xml b/packages/SystemUI/res/layout/long_screenshot.xml index 8fb9aa63a5a36..4765b44d78c87 100644 --- a/packages/SystemUI/res/layout/long_screenshot.xml +++ b/packages/SystemUI/res/layout/long_screenshot.xml @@ -139,7 +139,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"