Place overlay content below status bar.

This changelist adjusts the overlay content to layout below rather than underneath the status bar.

Bug: 217199625
Test: manual
Change-Id: I84f192c9d2ef118c5787a8e0a1c1f08c96774061
This commit is contained in:
Bryce Lee
2022-01-31 23:17:48 -08:00
parent 630f01ebce
commit ad7eecfac2

View File

@@ -25,7 +25,7 @@
android:id="@+id/dream_overlay_content"
android:layout_width="match_parent"
android:layout_height="0dp"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintTop_toBottomOf="@id/dream_overlay_status_bar"
app:layout_constraintBottom_toBottomOf="parent" />
<com.android.systemui.dreams.DreamOverlayStatusBarView