Change long screenshot edit button ripple color

Aligns the color of the edit button on tap with the Save and Cancel
buttons.

Bug: 235842227
Fix: 235842227
Test: manual (visual change only)
Change-Id: I1ac2d8a632d3e04418f0597a22098eae10d52d73
This commit is contained in:
Miranda Kephart
2022-06-14 15:24:15 -04:00
parent 9b723322f1
commit 2e65fe86d8

View File

@@ -17,7 +17,7 @@
<!-- Long screenshot edit FAB background -->
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
android:color="?android:textColorPrimary">
android:color="@color/overlay_button_ripple">
<item android:id="@android:id/background">
<shape android:shape="rectangle">
<solid android:color="?androidprv:attr/colorAccentPrimary"/>