Skip to content

Instantly share code, notes, and snippets.

@YvesBill
Created October 20, 2013 19:27
Show Gist options
  • Save YvesBill/7074097 to your computer and use it in GitHub Desktop.
Save YvesBill/7074097 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="com.google.ads.AdView">
<attr name="backgroundColor" format="color" />
<attr name="primaryTextColor" format="color" />
<attr name="secondaryTextColor" format="color" />
<attr name="keywords" format="string" />
<attr name="refreshInterval" format="integer" />
</declare-styleable>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment