diff options
author | Heemin Seog <hseog@google.com> | 2020-11-17 08:52:56 -0800 |
---|---|---|
committer | Heemin Seog <hseog@google.com> | 2020-11-17 20:52:58 -0800 |
commit | 20549dfe490d395f4677dfc3a86e89317c648ac2 (patch) | |
tree | 1f09c7b2efb7dece7a29541703afb768afba3c9b /packages/CarSystemUI | |
parent | 312e70e191f1c39bbf3b9d33fa331f29826790ea (diff) |
DO NOT MERGE Update bottom huns container to use HeadsUpContainerView
Necessary to nudge to the topmost notifications in rotary mode
Bug: 172267951
Test: manual
Change-Id: I3ac9a467589bfbe090e1b0c743dad6ca6332f56e
Diffstat (limited to 'packages/CarSystemUI')
-rw-r--r-- | packages/CarSystemUI/res/layout/headsup_container_bottom.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/packages/CarSystemUI/res/layout/headsup_container_bottom.xml b/packages/CarSystemUI/res/layout/headsup_container_bottom.xml index 5aab0a172b99..f43f02dfcc8c 100644 --- a/packages/CarSystemUI/res/layout/headsup_container_bottom.xml +++ b/packages/CarSystemUI/res/layout/headsup_container_bottom.xml @@ -45,14 +45,13 @@ app:layout_constraintBottom_toBottomOf="@+id/gradient_edge" app:layout_constraintTop_toTopOf="parent"/> - <FrameLayout + <com.android.car.notification.headsup.HeadsUpContainerView android:id="@+id/headsup_content" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="@dimen/headsup_notification_top_margin" app:layout_constraintEnd_toStartOf="parent" app:layout_constraintStart_toEndOf="parent" - app:layout_constraintBottom_toBottomOf="parent" - /> + app:layout_constraintBottom_toBottomOf="parent"/> -</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file +</androidx.constraintlayout.widget.ConstraintLayout> |