commit | bfa9442453c1d86e11e56702f9b8ef0e8e0da0b1 | [log] [tgz] |
---|---|---|
author | Brian Attwell <brianattwell@google.com> | Tue Aug 19 14:36:56 2014 -0700 |
committer | Brian Attwell <brianattwell@google.com> | Tue Aug 19 16:31:15 2014 -0700 |
tree | b53f380a8a4659495d2902f69c1fd68c495f59b0 | |
parent | 1301baff1e893a67ce974d1c5fe3eee2c8f0a75f [diff] |
Make QC scrim darker Bug: 17136622 Change-Id: I4f172befb5d2519d257e2e77483a02cb3b230f3b
diff --git a/src/com/android/contacts/quickcontact/QuickContactActivity.java b/src/com/android/contacts/quickcontact/QuickContactActivity.java index eb6dd50..aaa652e 100644 --- a/src/com/android/contacts/quickcontact/QuickContactActivity.java +++ b/src/com/android/contacts/quickcontact/QuickContactActivity.java
@@ -170,7 +170,7 @@ private static final int ANIMATION_STATUS_BAR_COLOR_CHANGE_DURATION = 150; private static final int REQUEST_CODE_CONTACT_EDITOR_ACTIVITY = 1; - private static final int SCRIM_COLOR = Color.argb(0xB2, 0, 0, 0); + private static final int SCRIM_COLOR = Color.argb(0xC8, 0, 0, 0); private static final String MIMETYPE_SMS = "vnd.android-dir/mms-sms"; /** This is the Intent action to install a shortcut in the launcher. */