Advertisement
zedjasper

Untitled

Nov 19th, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.70 KB | None | 0 0
  1. AdActivity Declaration
  2. --------------------------
  3.  
  4. <activity android:name="com.google.ads.AdActivity"        android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize"/>
  5.  
  6. AdView XML Layout Declaration
  7. ------------------------------
  8.  
  9. <com.google.ads.AdView
  10.        android:id="@+id/adView"
  11.        android:layout_width="wrap_content"
  12.        android:layout_height="wrap_content"
  13.        ads:adUnitId="xxxxxxxxxxxxxxx"
  14.        ads:adSize="BANNER"
  15.        ads:testDevices="TEST_EMULATOR, xxxxxxxxxxxxxxxx"
  16.        ads:loadAdOnCreate="true" />
  17.  
  18. Ads XMLNS Declaration
  19. -----------------------
  20.  
  21. xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement