Added Google logo

This commit is contained in:
M66B
2021-05-08 07:34:38 +02:00
parent 60f5cc00b3
commit 9bc9f7cd3a
2 changed files with 42 additions and 1 deletions

View File

@@ -181,8 +181,15 @@ public class FragmentSetup extends FragmentBase {
PopupMenuLifecycle popupMenu = new PopupMenuLifecycle(context, getViewLifecycleOwner(), btnQuick);
Menu menu = popupMenu.getMenu();
// Product icons https://about.google/brand-resource-center/brand-elements/
// You may use small depictions of our Google product icons for educational or informational purposes
// to indicate that your product or service integrates with, is designed for, or is related to a Google product or service
// but you cant imply affiliation with or endorsement from Google.
// https://commons.wikimedia.org/wiki/File:Google_%22G%22_Logo.svg
int order = 1;
menu.add(Menu.NONE, R.string.title_setup_gmail, order++, R.string.title_setup_gmail);
menu.add(Menu.NONE, R.string.title_setup_gmail, order++, R.string.title_setup_gmail)
.setIcon(R.drawable.provider_google);
for (EmailProvider provider : EmailProvider.loadProfiles(context))
if (provider.oauth != null &&