Merge "Use colorControlHighlight for print button ripple." into nyc-mr1-dev

This commit is contained in:
Andrew Sapperstein
2016-07-14 00:00:25 +00:00
committed by Android (Google) Code Review
2 changed files with 1 additions and 3 deletions

View File

@@ -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>

View File

@@ -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>