Reputation: 31
How to move Google Logo Above the Transparent Action Bar Like Google Maps App?
I have a MapsActivity which extends SherlockMapActivity
:
class MapsActivity extends SherlockMapActivity
Please see the image above, I have to do same look in my MapsActivity
, any ideas?
Upvotes: 3
Views: 931
Reputation: 153
Moving the Google logo from standard maps API violates the Terms of Service.
9.4(a):
Content provided to you through the Service may contain the trade names, trademarks, service marks, logos, domain names, and other distinctive brand features of Google, its partners, or other third party rights holders of content indexed by Google. When Google provides this attribution, you must display it as provided through the Service or as described in the Maps APIs Documentation and may not delete or in any manner alter these trade names, trademarks, service marks, logos, domain names, and other distinctive brand features.
9.4(b):
You agree to include and display the "powered by Google" attribution (and/or any other attribution(s) required by Google as described in the Maps APIs Documentation) conspicuously on the page, in close proximity and adjacent to the Service search box and Google search results. If you use the standard Google search control, or the standard Google search control form, this attribution will be included automatically, and you agree not to modify or obscure this automatically-generated attribution.
So based on section 9.4(a) & 9.4(b) of the terms, it seems it might not be a good idea.
Upvotes: 2