Fix wrong tint mode on airplane and vpn icons
Bug: 22399062 Change-Id: If7d0e6d4d2ace947672f9a943bb274f07736ddb0
This commit is contained in:
@@ -478,7 +478,6 @@ public class SignalClusterView
|
||||
}
|
||||
|
||||
private void setTint(ImageView v, int tint) {
|
||||
v.setImageTintMode(PorterDuff.Mode.SRC_ATOP);
|
||||
v.setImageTintList(ColorStateList.valueOf(tint));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user