Merge "Fix broken window flag" into oc-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
07d0b93914
@@ -2456,6 +2456,10 @@ public class PhoneWindow extends Window implements MenuBuilder.Callback {
|
||||
decor.setSystemUiVisibility(
|
||||
decor.getSystemUiVisibility() | View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR);
|
||||
}
|
||||
if (a.getBoolean(R.styleable.Window_windowLightNavigationBar, false)) {
|
||||
decor.setSystemUiVisibility(
|
||||
decor.getSystemUiVisibility() | View.SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR);
|
||||
}
|
||||
|
||||
if (mAlwaysReadCloseOnTouchAttr || getContext().getApplicationInfo().targetSdkVersion
|
||||
>= android.os.Build.VERSION_CODES.HONEYCOMB) {
|
||||
|
||||
Reference in New Issue
Block a user