From 924852fec5b4182266e8fc033ea1b8a8a42427cc Mon Sep 17 00:00:00 2001 From: Sukesh Ram Date: Tue, 24 May 2022 20:30:13 +0000 Subject: [PATCH] Made popupContainer's shadow & arrow visible in secondary display Reduced elevation of app drawer to 0dp because it was conflicting with popup container elevation Test: Manual Change-Id: I222866ddfc44ebf9ecd9787bb448e502339a1688 Fix: 233932585 (cherry picked from commit 354fe14cd47fa3f15b10a7d91721d37ea872c03e) --- res/layout/secondary_launcher.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/secondary_launcher.xml b/res/layout/secondary_launcher.xml index 272d8d6c5f..23fe31ceb3 100644 --- a/res/layout/secondary_launcher.xml +++ b/res/layout/secondary_launcher.xml @@ -18,6 +18,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/drag_layer" + android:clipChildren="false" android:padding="@dimen/dynamic_grid_edge_margin">