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