Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d81992b6 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Setting hotseat padding to the container for symmetry

Change-Id: I953aa4e8d729db88dae29f51af28c6cf01891bd6
parent 49b39d66
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -766,8 +766,7 @@ public class DeviceProfile {
            lp.gravity = Gravity.BOTTOM;
            lp.width = LayoutParams.MATCH_PARENT;
            lp.height = hotseatBarHeightPx;
            hotseat.findViewById(R.id.layout).setPadding(2 * edgeMarginPx, 0,
                    2 * edgeMarginPx, 0);
            hotseat.setPadding(2 * edgeMarginPx, 0, 2 * edgeMarginPx, 0);
        }
        hotseat.setLayoutParams(lp);