Loading core/java/android/widget/PopupWindow.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1547,7 +1547,7 @@ public class PopupWindow { } } // Let the window manager know to align the top to y. // Let the window manager know to align the top to y. outParams.gravity = Gravity.LEFT | Gravity.TOP; outParams.gravity = computeGravity(); outParams.width = width; outParams.width = width; outParams.height = height; outParams.height = height; Loading Loading
core/java/android/widget/PopupWindow.java +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1547,7 +1547,7 @@ public class PopupWindow { } } // Let the window manager know to align the top to y. // Let the window manager know to align the top to y. outParams.gravity = Gravity.LEFT | Gravity.TOP; outParams.gravity = computeGravity(); outParams.width = width; outParams.width = width; outParams.height = height; outParams.height = height; Loading