Subversion Repositories AndroidProjects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1107 chris 1
<?xml version="1.0" encoding="utf-8"?>
2
<!-- Copyright 2013 Google Inc. All Rights Reserved. -->
3
<resources>
4
  <declare-styleable name="AdsAttrs">
5
    <!--
6
    The size of the ad. It must be one of BANNER, FULL_BANNER, LEADERBOARD,
7
    MEDIUM_RECTANGLE, SMART_BANNER, WIDE_SKYSCRAPER, or
8
    &lt;width&gt;x&lt;height&gt;.
9
    -->
10
    <attr name="adSize" format="string"/>
11
 
12
    <!--
13
    A comma-separated list of the supported ad sizes. The sizes must be one of
14
    BANNER, FULL_BANNER, LEADERBOARD, MEDIUM_RECTANGLE, SMART_BANNER,
15
    WIDE_SKYSCRAPER, or &lt;width&gt;x&lt;height&gt;.
16
    -->
17
    <attr name="adSizes" format="string"/>
18
 
19
    <!-- The ad unit ID. -->
20
    <attr name="adUnitId" format="string"/>
21
  </declare-styleable>
22
</resources>