commit | e14c4713b9aeb33a07b695b4566d0c49a48c3dbe | [log] [tgz] |
---|---|---|
author | Brian Attwell <brianattwell@google.com> | Tue Jul 08 22:09:27 2014 -0700 |
committer | Brian Attwell <brianattwell@google.com> | Tue Jul 08 22:09:27 2014 -0700 |
tree | 3a47eeb80788c59903c198ec7bfb71a15779ff4b | |
parent | 8ab5d0a630da1909beb9d3414d2dfc13c51fec6e [diff] |
QC: black nav bar instead of transparent Bug: 16159429 Change-Id: Ieb548b28467d36d5a519927f94c5b904b25ffc9b
diff --git a/src/com/android/contacts/quickcontact/QuickContactActivity.java b/src/com/android/contacts/quickcontact/QuickContactActivity.java index 4e9d036..8edde37 100644 --- a/src/com/android/contacts/quickcontact/QuickContactActivity.java +++ b/src/com/android/contacts/quickcontact/QuickContactActivity.java
@@ -479,9 +479,6 @@ super.onCreate(savedInstanceState); getWindow().setStatusBarColor(Color.TRANSPARENT); - // Since we can't disable Window animations from the Launcher, we can minimize the - // silliness of the animation by setting the navigation bar transparent. - getWindow().setNavigationBarColor(Color.TRANSPARENT); processIntent(getIntent());