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

Commit 0ad4a77c authored by Joe Onorato's avatar Joe Onorato Committed by Android Git Automerger
Browse files

am 1169f420: Merge "Add animation for the status bar going away." into gingerbread

Merge commit '1169f420' into gingerbread-plus-aosp

* commit '1169f420':
  Add animation for the status bar going away.
parents f2e0681a 1169f420
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);
    }