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

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

Revert "Setting hotseat padding to the container for symmetry"

This reverts commit d81992b6.

Bug:20087585
Change-Id: I4949ec9e0e27afa218597b943001e7240cfdc548
parent d81992b6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -766,7 +766,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);