Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- AdActivity Declaration
- --------------------------
- <activity android:name="com.google.ads.AdActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
- AdView XML Layout Declaration
- ------------------------------
- <com.google.ads.AdView
- android:id="@+id/adView"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- ads:adUnitId="xxxxxxxxxxxxxxx"
- ads:adSize="BANNER"
- ads:testDevices="TEST_EMULATOR, xxxxxxxxxxxxxxxx"
- ads:loadAdOnCreate="true" />
- Ads XMLNS Declaration
- -----------------------
- xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement