Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 980f9925 authored by John Spurlock's avatar John Spurlock Committed by Android (Google) Code Review
Browse files

Merge "Volume: Use accent color for selected radio button."

parents 4fc1d105 f7d22132
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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>
+1 −1
Original line number Diff line number Diff line
@@ -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();