summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/statusbar
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2014-10-31 10:28:11 -0400
committerJohn Spurlock <jspurlock@google.com>2014-10-31 14:51:54 -0400
commitfd9aa5ff037f3037ccd4e1623ecc94eb1b43e6c4 (patch)
tree04976c6dc3c0a2b40333c306cb7847e967074983 /packages/SystemUI/src/com/android/systemui/statusbar
parentfc2b9039b87afd3067f563a9bf59504a8bdf8a87 (diff)
downloadframeworks_base-fd9aa5ff037f3037ccd4e1623ecc94eb1b43e6c4.zip
frameworks_base-fd9aa5ff037f3037ccd4e1623ecc94eb1b43e6c4.tar.gz
frameworks_base-fd9aa5ff037f3037ccd4e1623ecc94eb1b43e6c4.tar.bz2
Update 1-bar status bar / qs icons.
To make the difference from 2-bars more pronounced. Also fix a tragic regression in status bar demo icon scale. Bug: 18019421 Change-Id: I4f4e3fea3ed07de5705ea7a1420deb4ccaa398b0
Diffstat (limited to 'packages/SystemUI/src/com/android/systemui/statusbar')
-rw-r--r--packages/SystemUI/src/com/android/systemui/statusbar/phone/DemoStatusIcons.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/DemoStatusIcons.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/DemoStatusIcons.java
index 682c01c..6cb5bcc 100644
--- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/DemoStatusIcons.java
+++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/DemoStatusIcons.java
@@ -159,7 +159,7 @@ public class DemoStatusIcons extends LinearLayout implements DemoMode {
}
}
StatusBarIcon icon = new StatusBarIcon(iconPkg, UserHandle.CURRENT, iconId, 0, 0, "Demo");
- StatusBarIconView v = new StatusBarIconView(getContext(), null);
+ StatusBarIconView v = new StatusBarIconView(getContext(), null, null);
v.setTag(slot);
v.set(icon);
addView(v, 0, new LinearLayout.LayoutParams(mIconSize, mIconSize));