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:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user