I want to have "Sign in with Google" button with white background and colored icon, but when I use this Google icon always gets tinted.
<android.support.design.button.MaterialButton
style="@style/Widget.MaterialComponents.Button.Icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Sign in with Google"
app:icon="@drawable/ic_google_colored"/>
How do I make icon not tinted?