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

Commit ca41e8f1 authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

resolve merge conflicts of e30e3430 to oc-mr1-dev-plus-aosp

am: 6dadd3e4

Change-Id: I591148bc1565abffa458f7b968d5bf5abe5019ea
parents 9eb7a69e 6dadd3e4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -157,7 +157,8 @@ public class QSFooterImpl extends FrameLayout implements QSFooter,
        int defSpace = mContext.getResources().getDimensionPixelOffset(R.dimen.default_gear_space);

        mAnimator = new Builder()
                .addFloat(mSettingsContainer, "translationX", -(remaining - defSpace), 0)
                .addFloat(mSettingsContainer, "translationX",
                        isLayoutRtl() ? (remaining - defSpace) : -(remaining - defSpace), 0)
                .addFloat(mSettingsButton, "rotation", -120, 0)
                .build();
        if (mAlarmShowing) {