Limit the size of the screenshot message area

Bias toward the start if width is constrained.

Bug: 267530170
Test: Manual test on a tablet
Change-Id: Idc2127168b44624fc8e41c7cd0a8b45fe6fbca7b
This commit is contained in:
Matt Casey
2023-02-02 01:04:05 +00:00
parent b2dc8d8437
commit 44cb773896

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" />