andrzejiwaniuk

Przykładowy kod reklamy AdMob na aplikację Google Android

Nov 20th, 2015
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.43 KB | None | 0 0
  1.    <com.google.android.gms.ads.AdView
  2.            android:id="@+id/adView"
  3.            android:layout_width="320dp"
  4.            android:layout_height="50dp"
  5.            android:layout_gravity="center"
  6.            android:layout_centerHorizontal="true"
  7.            android:layout_alignParentBottom="true"
  8.            ads:adSize="BANNER"
  9.            ads:adUnitId="@string/banner_ad_unit_id">
  10.   </com.google.android.gms.ads.AdView>
Add Comment
Please, Sign In to add comment