diff options
| author | Adrian Roos <roosa@google.com> | 2017-03-16 15:17:57 -0700 |
|---|---|---|
| committer | Adrian Roos <roosa@google.com> | 2017-04-04 13:21:35 -0700 |
| commit | d83e9999f73f479da14e716c825da4dbf169b657 (patch) | |
| tree | ce60e9052aedaddd24db83fe24eb5948e9a64cdf /core/java | |
| parent | 2b33162e82ba0c0d4af45c1c73157745a0adc061 (diff) | |
AOD: update AOD2 views to spec
- Increase notification header size
- Dim clock in AOD2
- Hide shelf in AOD2
Bug: 30876804
Test: manual
Change-Id: I272ff54bd0dbed0ae4271c922f62304401651fc9
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/app/Notification.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index 4bbc003cfdfa..6c7421f8eb5a 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -3793,9 +3793,9 @@ public class Notification implements Parcelable // Ambient view does not have these bindHeaderText(contentView); bindHeaderChronometerAndTime(contentView); - bindExpandButton(contentView); bindProfileBadge(contentView); } + bindExpandButton(contentView); } private void bindExpandButton(RemoteViews contentView) { |
