summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/statusbar
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2014-10-31 19:37:46 +0000
committerandroid-build-merger <android-build-merger@google.com>2014-10-31 19:37:46 +0000
commite7eadc463564a64b51b4264654e7025747d8fe77 (patch)
treed89392ac8d1553f7d4871acb9776be869ab80cf7 /packages/SystemUI/src/com/android/systemui/statusbar
parent14deca6ded51438439680eebf6d87f5191122e5b (diff)
parent44c534d88ae1153c8d29cee27de4131cd7215273 (diff)
downloadframeworks_base-e7eadc463564a64b51b4264654e7025747d8fe77.zip
frameworks_base-e7eadc463564a64b51b4264654e7025747d8fe77.tar.gz
frameworks_base-e7eadc463564a64b51b4264654e7025747d8fe77.tar.bz2
am 404658ee: Merge "Update 1-bar status bar / qs icons." into lmp-mr1-dev
automerge: 44c534d * commit '44c534d88ae1153c8d29cee27de4131cd7215273': Update 1-bar status bar / qs icons.
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));