Fix button ripple colors for screenshot/clipboard overlay
Bug: 228061603 Fix: 228061603 Test: manual (tested light + dark modes) Change-Id: I976d46e29760b72797a01f0108d9c58c8f1ccf6d
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
(clipboard text editor, long screenshots) -->
|
(clipboard text editor, long screenshots) -->
|
||||||
<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">
|
||||||
<inset android:insetTop="4dp" android:insetBottom="4dp">
|
<inset android:insetTop="4dp" android:insetBottom="4dp">
|
||||||
<shape android:shape="rectangle">
|
<shape android:shape="rectangle">
|
||||||
|
|||||||
@@ -59,7 +59,6 @@
|
|||||||
<color name="global_actions_alert_text">@color/GM2_red_300</color>
|
<color name="global_actions_alert_text">@color/GM2_red_300</color>
|
||||||
|
|
||||||
<!-- Floating overlay actions -->
|
<!-- Floating overlay actions -->
|
||||||
<color name="overlay_button_ripple">#42FFFFFF</color>
|
|
||||||
<color name="overlay_background_protection_start">#80000000</color> <!-- 50% black -->
|
<color name="overlay_background_protection_start">#80000000</color> <!-- 50% black -->
|
||||||
|
|
||||||
<!-- Media -->
|
<!-- Media -->
|
||||||
|
|||||||
Reference in New Issue
Block a user