Merge "Set menu item to MATCH_PARENT for tap target" into sc-dev
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