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

Commit 14604756 authored by Tony Wickham's avatar Tony Wickham Committed by Android (Google) Code Review
Browse files

Merge "Set shortcuts arrow pivot to side connected to container." into ub-launcher3-calgary

parents 66d17ca3 4d5887bd
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -157,6 +157,8 @@ public class DeepShortcutsContainer extends LinearLayout implements View.OnLongC
        final int arrowVerticalOffset = resources.getDimensionPixelSize(
                R.dimen.deep_shortcuts_arrow_vertical_offset);
        mArrow = addArrowView(mArrowHorizontalOffset, arrowVerticalOffset, arrowWidth, arrowHeight);
        mArrow.setPivotX(arrowWidth / 2);
        mArrow.setPivotY(mIsAboveIcon ? 0 : arrowHeight);

        animateOpen();