Loading src/com/android/launcher3/popup/ArrowPopup.java +2 −2 Original line number Diff line number Diff line Loading @@ -511,8 +511,8 @@ public abstract class ArrowPopup<T extends StatefulActivity<LauncherState>> mArrowOffsetHorizontal, -mArrowOffsetVertical, !mIsAboveIcon, mIsLeftAligned, mArrowColor)); // TODO: Remove elevation when arrow is above as it casts a shadow on the container mArrow.setElevation(mIsAboveIcon ? mElevation : 0); setElevation(mElevation); mArrow.setElevation(mElevation); } } Loading Loading
src/com/android/launcher3/popup/ArrowPopup.java +2 −2 Original line number Diff line number Diff line Loading @@ -511,8 +511,8 @@ public abstract class ArrowPopup<T extends StatefulActivity<LauncherState>> mArrowOffsetHorizontal, -mArrowOffsetVertical, !mIsAboveIcon, mIsLeftAligned, mArrowColor)); // TODO: Remove elevation when arrow is above as it casts a shadow on the container mArrow.setElevation(mIsAboveIcon ? mElevation : 0); setElevation(mElevation); mArrow.setElevation(mElevation); } } Loading