Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationBackgroundView.java +1 −1 Original line number Original line 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[]{com.android.internal.R.attr.state_hovered}, new int[]{}}, new int[]{}}, new int[]{0, 0, tintColor} new int[]{tintColor, tintColor, tintColor} ); ); mBackground.setTintMode(PorterDuff.Mode.SRC_ATOP); mBackground.setTintMode(PorterDuff.Mode.SRC_ATOP); mBackground.setTintList(stateList); mBackground.setTintList(stateList); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/NotificationBackgroundView.java +1 −1 Original line number Original line 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[]{com.android.internal.R.attr.state_hovered}, new int[]{}}, new int[]{}}, new int[]{0, 0, tintColor} new int[]{tintColor, tintColor, tintColor} ); ); mBackground.setTintMode(PorterDuff.Mode.SRC_ATOP); mBackground.setTintMode(PorterDuff.Mode.SRC_ATOP); mBackground.setTintList(stateList); mBackground.setTintList(stateList); Loading