Advertisement
Guest User

activity xml

a guest
Jun 17th, 2013
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:tools="http://schemas.android.com/tools"
  3. xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:paddingBottom="@dimen/activity_vertical_margin"
  7. android:paddingLeft="@dimen/activity_horizontal_margin"
  8. android:paddingRight="@dimen/activity_horizontal_margin"
  9. android:paddingTop="@dimen/activity_vertical_margin"
  10. tools:context=".MainActivity" >
  11.  
  12.  
  13. <com.google.ads.AdView
  14. android:id="@+id/ads"
  15. android:layout_width="match_parent"
  16. android:layout_height="wrap_content"
  17. android:layout_alignParentBottom="true"
  18. ads:adUnitId="id admob"
  19. ads:adSize="BANNER"
  20. ads:loadAdOnCreate="true" />
  21.  
  22.  
  23. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement