Merge "Set menu item to MATCH_PARENT for tap target" into sc-dev am: bf51afd420
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14434286 Change-Id: Ibbd405bcc6f940230ba2d5148c02e1fb7bea0008
This commit is contained in:
@@ -277,7 +277,7 @@ public class PortraitPagedViewHandler implements PagedOrientationHandler {
|
||||
} else {
|
||||
// Phone Portrait, LargeScreen Landscape/Portrait
|
||||
viewGroup.setOrientation(LinearLayout.HORIZONTAL);
|
||||
lp.width = LinearLayout.LayoutParams.WRAP_CONTENT;
|
||||
lp.width = LinearLayout.LayoutParams.MATCH_PARENT;
|
||||
}
|
||||
|
||||
lp.height = LinearLayout.LayoutParams.WRAP_CONTENT;
|
||||
|
||||
Reference in New Issue
Block a user