From e4d07f960b894d7e2281cb0e08267425b3c17e0d Mon Sep 17 00:00:00 2001 From: Lucas Dupin Date: Thu, 6 May 2021 18:29:33 -0700 Subject: [PATCH] Fix launcher ripple opacity colorControlHighlight has a might higher opacity on the launcher theme. themes_material.xml defines it with 10% opacity instead, for both light and dark themes. Test: manual Bug: 187465854 Change-Id: I9abb44aec1fe40db500c9ebdadd5877d1246331b --- res/values/styles.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/res/values/styles.xml b/res/values/styles.xml index 97a576011a..b270b94f37 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -93,7 +93,7 @@ @color/text_color_secondary_dark @color/text_color_tertiary_dark #A0FFFFFF - #A0FFFFFF + #19FFFFFF #FF212121 ?android:attr/colorBackgroundFloating #80000000 @@ -123,7 +123,7 @@