summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/SystemUI/res/layout/long_screenshot.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout/long_screenshot.xml b/packages/SystemUI/res/layout/long_screenshot.xml
index 8e30aecd6a27..94043a405a52 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"