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

Commit 89f7a137 authored by Yash Garg's avatar Yash Garg 💬 Committed by Mohammed Althaf T
Browse files

feat(idp): increase icon size by a factor of 1.3

parent 38b51fb1
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -434,6 +434,11 @@ public class DeviceProfile {
        isTaskbarPresent = (isTablet || (enableTinyTaskbar() && isGestureMode))
                && WindowManagerProxy.INSTANCE.get(context).isTaskbarDrawnInProcess();

        inv.iconSize[INDEX_DEFAULT] *= 1.3;
        inv.iconSize[INDEX_LANDSCAPE] *= 1.3;
        inv.iconSize[INDEX_TWO_PANEL_PORTRAIT] *= 1.3;
        inv.iconSize[INDEX_TWO_PANEL_LANDSCAPE] *= 1.3;

        // Some more constants.
        context = getContext(context, info, inv.isFixedLandscape
                        || isVerticalBarLayout()