Added vector Google logo

This commit is contained in:
M66B
2022-07-11 13:20:36 +02:00
parent 6010a5fb8e
commit 8155a707eb
23 changed files with 37 additions and 24 deletions

View File

@@ -313,7 +313,7 @@ public class FragmentSetup extends FragmentBase {
.putExtra("pop", provider.pop != null));
// https://developers.google.com/identity/branding-guidelines
resid = ("gmail".equals(provider.id)
? R.drawable.google_signin
? R.drawable.btn_google_light_normal
: res.getIdentifier("provider_" + provider.id, "drawable", pkg));
if (resid != 0)
item.setIcon(resid);