summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/volume
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2014-07-10 19:03:00 -0400
committerJohn Spurlock <jspurlock@google.com>2014-07-10 19:03:00 -0400
commitf7d22132c2c9b83134b05aaed63a89f61c639fd9 (patch)
treec478c959a9ba689900bb1062d3b9272df4536e3b /packages/SystemUI/src/com/android/systemui/volume
parentc09a04da297ff85b97aa6ec0a457e9292b8bf7fa (diff)
downloadframeworks_base-f7d22132c2c9b83134b05aaed63a89f61c639fd9.zip
frameworks_base-f7d22132c2c9b83134b05aaed63a89f61c639fd9.tar.gz
frameworks_base-f7d22132c2c9b83134b05aaed63a89f61c639fd9.tar.bz2
Volume: Use accent color for selected radio button.
Bug:16212456 Change-Id: Ic1badeaf6eec98cd2780592660a36d7087bb677b
Diffstat (limited to 'packages/SystemUI/src/com/android/systemui/volume')
-rw-r--r--packages/SystemUI/src/com/android/systemui/volume/ZenModePanel.java2
1 files changed, 1 insertions, 1 deletions
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();