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

Commit 3a34827e authored by Sebastian Haderecker's avatar Sebastian Haderecker
Browse files

SystemUI: Make play queue toggle more visible

Previously the toggle for the media player queue setting was nearly invisible (white on white).
Now it has a more material like Teal color.

Change-Id: I3e88776865dad0a52b3e7a3d4d30846457408fca
parent c52e05a2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -35,7 +35,6 @@
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_weight="0"
            android:theme="@style/ThemeOverlay.SwitchBar.Secondary"
            android:paddingStart="8dp"
            android:gravity="center"
            android:id="@+id/queue_switch"/>
+0 −4
Original line number Diff line number Diff line
@@ -359,8 +359,4 @@
        <item name="android:colorBackground">?android:attr/colorSecondary</item>
    </style>

    <style name="ThemeOverlay.SwitchBar.Secondary" parent="@android:style/ThemeOverlay">
        <item name="android:colorAccent">?android:attr/colorSecondary</item>
    </style>

</resources>