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

Commit f7d22132 authored by John Spurlock's avatar John Spurlock
Browse files

Volume: Use accent color for selected radio button.

Bug:16212456
Change-Id: Ic1badeaf6eec98cd2780592660a36d7087bb677b
parent c09a04da
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -259,11 +259,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
@@ -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();