Loading packages/SystemUI/res/values/styles.xml +0 −5 Original line number Diff line number Diff line Loading @@ -254,11 +254,6 @@ <item name="android:layout_width">match_parent</item> </style> <style name="QSWhiteTheme" parent="@android:style/Theme.DeviceDefault"> <item name="android:colorControlNormal">#ffffffff</item> <item name="android:colorControlActivated">#ffffffff</item> </style> <style name="QSBorderlessButton"> <item name="android:padding">12dp</item> <item name="android:background">@drawable/btn_borderless_rect</item> Loading packages/SystemUI/src/com/android/systemui/volume/ZenModePanel.java +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,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(); Loading Loading
packages/SystemUI/res/values/styles.xml +0 −5 Original line number Diff line number Diff line Loading @@ -254,11 +254,6 @@ <item name="android:layout_width">match_parent</item> </style> <style name="QSWhiteTheme" parent="@android:style/Theme.DeviceDefault"> <item name="android:colorControlNormal">#ffffffff</item> <item name="android:colorControlActivated">#ffffffff</item> </style> <style name="QSBorderlessButton"> <item name="android:padding">12dp</item> <item name="android:background">@drawable/btn_borderless_rect</item> Loading
packages/SystemUI/src/com/android/systemui/volume/ZenModePanel.java +1 −1 Original line number Diff line number Diff line Loading @@ -99,7 +99,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(); Loading