Loading packages/SystemUI/res/color/notification_overlay_color.xml +3 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,9 @@ <selector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"> <item android:state_pressed="true" android:color="?androidprv:attr/materialColorOnSurface" android:alpha="0.15" /> <!-- Pressed state's alpha is set to 0.00 temporarily until this bug is resolved permanently b/313920497 Design intended alpha is 0.15--> <item android:state_pressed="true" android:color="?androidprv:attr/materialColorOnSurface" android:alpha="0.00" /> <item android:state_hovered="true" android:color="?androidprv:attr/materialColorOnSurface" android:alpha="0.11" /> <item android:color="@color/transparent" /> </selector> No newline at end of file packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationBackgroundView.java +1 −1 Original line number Diff line number Diff line Loading @@ -156,7 +156,7 @@ public class NotificationBackgroundView extends View implements Dumpable { new int[]{com.android.internal.R.attr.state_hovered}, new int[]{}}, new int[]{tintColor, tintColor, tintColor} new int[]{tintColor, 0, tintColor} ); mBackground.setTintMode(PorterDuff.Mode.SRC_ATOP); mBackground.setTintList(stateList); Loading Loading
packages/SystemUI/res/color/notification_overlay_color.xml +3 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,9 @@ <selector xmlns:android="http://schemas.android.com/apk/res/android" xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"> <item android:state_pressed="true" android:color="?androidprv:attr/materialColorOnSurface" android:alpha="0.15" /> <!-- Pressed state's alpha is set to 0.00 temporarily until this bug is resolved permanently b/313920497 Design intended alpha is 0.15--> <item android:state_pressed="true" android:color="?androidprv:attr/materialColorOnSurface" android:alpha="0.00" /> <item android:state_hovered="true" android:color="?androidprv:attr/materialColorOnSurface" android:alpha="0.11" /> <item android:color="@color/transparent" /> </selector> No newline at end of file
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationBackgroundView.java +1 −1 Original line number Diff line number Diff line Loading @@ -156,7 +156,7 @@ public class NotificationBackgroundView extends View implements Dumpable { new int[]{com.android.internal.R.attr.state_hovered}, new int[]{}}, new int[]{tintColor, tintColor, tintColor} new int[]{tintColor, 0, tintColor} ); mBackground.setTintMode(PorterDuff.Mode.SRC_ATOP); mBackground.setTintList(stateList); Loading