Merge "Change long screenshot edit button ripple color" into tm-qpr-dev

This commit is contained in:
Miranda Kephart
2022-07-12 16:31:32 +00:00
committed by Android (Google) Code Review

View File

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