From f7d22132c2c9b83134b05aaed63a89f61c639fd9 Mon Sep 17 00:00:00 2001 From: John Spurlock Date: Thu, 10 Jul 2014 19:03:00 -0400 Subject: Volume: Use accent color for selected radio button. Bug:16212456 Change-Id: Ic1badeaf6eec98cd2780592660a36d7087bb677b --- packages/SystemUI/src/com/android/systemui/volume/ZenModePanel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/SystemUI/src/com/android/systemui/volume/ZenModePanel.java') diff --git a/packages/SystemUI/src/com/android/systemui/volume/ZenModePanel.java b/packages/SystemUI/src/com/android/systemui/volume/ZenModePanel.java index b9d07d5..8532810 100644 --- a/packages/SystemUI/src/com/android/systemui/volume/ZenModePanel.java +++ b/packages/SystemUI/src/com/android/systemui/volume/ZenModePanel.java @@ -100,7 +100,7 @@ public class ZenModePanel extends LinearLayout { super(context, attrs); mContext = context; mFavorites = new Favorites(); - mInflater = LayoutInflater.from(new ContextThemeWrapper(context, R.style.QSWhiteTheme)); + mInflater = LayoutInflater.from(mContext.getApplicationContext()); mFastOutSlowInInterpolator = AnimationUtils.loadInterpolator(mContext, android.R.interpolator.fast_out_slow_in); updateTag(); -- cgit v1.1