summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorAdrian Roos <roosa@google.com>2017-03-16 15:17:57 -0700
committerAdrian Roos <roosa@google.com>2017-04-04 13:21:35 -0700
commitd83e9999f73f479da14e716c825da4dbf169b657 (patch)
treece60e9052aedaddd24db83fe24eb5948e9a64cdf /core/java
parent2b33162e82ba0c0d4af45c1c73157745a0adc061 (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.java2
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) {