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

Commit bb60d1e3 authored by Joe Onorato's avatar Joe Onorato
Browse files

Add animation for the status bar going away.

Bug: 3077525
Change-Id: I0c166fc161f8febe963e667259517173b9ac609b
parent 0d7349bd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -336,7 +336,7 @@ public class StatusBarService extends Service implements CommandQueue.Callbacks
                PixelFormat.RGBX_8888);
        lp.gravity = Gravity.TOP | Gravity.FILL_HORIZONTAL;
        lp.setTitle("StatusBar");
        // TODO lp.windowAnimations = R.style.Animation_StatusBar;
        lp.windowAnimations = com.android.internal.R.style.Animation_StatusBar;

        WindowManagerImpl.getDefault().addView(view, lp);
    }