am 1169f420: Merge "Add animation for the status bar going away." into gingerbread
Merge commit '1169f420f6df5cf5254fed883efa7e6780473c08' into gingerbread-plus-aosp * commit '1169f420f6df5cf5254fed883efa7e6780473c08': Add animation for the status bar going away.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user