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

Commit 2173c80b authored by Android Build Merger (Role)'s avatar Android Build Merger (Role)
Browse files

[automerger] Alpha-optimizing Clear All button. am: 94ab3eee

Change-Id: I020adbdc1ac3500bae9862d4791d2119d076e3a3
parents b69142fe 94ab3eee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@ import android.view.MotionEvent;
import android.view.View;

import com.android.launcher3.InsettableFrameLayout;
import com.android.launcher3.Launcher;
import com.android.launcher3.R;

public class RecentsViewContainer extends InsettableFrameLayout {
@@ -54,6 +53,7 @@ public class RecentsViewContainer extends InsettableFrameLayout {
                (InsettableFrameLayout.LayoutParams) mClearAllButton.getLayoutParams();
        params.gravity = Gravity.TOP | (RecentsView.FLIP_RECENTS ? Gravity.START : Gravity.END);
        mClearAllButton.setLayoutParams(params);
        mClearAllButton.forceHasOverlappingRendering(false);
        mRecentsView.setClearAllButton(mClearAllButton);
    }