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

Commit 418e09fc authored by Andrew Sapperstein's avatar Andrew Sapperstein
Browse files

Use colorControlHighlight for print button ripple.

Instead of using #eeff41 (a random shade of yellow), use
the default color for ripples.

Change-Id: I32fc7e9a10a994deb2066941c96457ad8549dd11
Fixes: 30115080
parent 8b31db36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
-->

<ripple xmlns:android="http://schemas.android.com/apk/res/android"
    android:color="@color/print_button_tint_color">
    android:color="?android:attr/colorControlHighlight">
    <item
        android:drawable="@drawable/print_button_background">
    </item>
+0 −2
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@

<resources>

    <color name="print_button_tint_color">#EEFF41</color>

    <color name="print_preview_scrim_color">#99000000</color>

    <color name="print_preview_background_color">#F2F1F2</color>