Merge "Revert "Setting hotseat padding to the container for symmetry"" into ub-launcher3-burnaby

This commit is contained in:
Sunny Goyal
2015-04-07 16:26:41 +00:00
committed by Android (Google) Code Review
+2 -1
View File
@@ -781,7 +781,8 @@ public class DeviceProfile {
lp.gravity = Gravity.BOTTOM;
lp.width = LayoutParams.MATCH_PARENT;
lp.height = hotseatBarHeightPx;
hotseat.setPadding(2 * edgeMarginPx, 0, 2 * edgeMarginPx, 0);
hotseat.findViewById(R.id.layout).setPadding(2 * edgeMarginPx, 0,
2 * edgeMarginPx, 0);
}
hotseat.setLayoutParams(lp);