Loading core/java/android/widget/PopupWindow.java +1 −0 Original line number Diff line number Diff line Loading @@ -1354,6 +1354,7 @@ public class PopupWindow { } mDecorView = createDecorView(mBackgroundView); mDecorView.setIsRootNamespace(true); // The background owner should be elevated so that it casts a shadow. mBackgroundView.setElevation(mElevation); Loading Loading
core/java/android/widget/PopupWindow.java +1 −0 Original line number Diff line number Diff line Loading @@ -1354,6 +1354,7 @@ public class PopupWindow { } mDecorView = createDecorView(mBackgroundView); mDecorView.setIsRootNamespace(true); // The background owner should be elevated so that it casts a shadow. mBackgroundView.setElevation(mElevation); Loading