Merge "Limit the size of the screenshot message area" into tm-qpr-dev am: 204075c6ef

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21179245

Change-Id: Ic1bf8f43f28bfa0de1fde19d3f57fc0b64da6e7d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Matt Casey
2023-02-03 20:15:20 +00:00
committed by Automerger Merge Worker

View File

@@ -149,6 +149,8 @@
app:layout_constraintTop_toBottomOf="@id/guideline"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintWidth_max="450dp"
app:layout_constraintHorizontal_bias="0"
>
<include layout="@layout/screenshot_work_profile_first_run" />
<include layout="@layout/screenshot_detection_notice" />