Skip to content

Instantly share code, notes, and snippets.

@YvesBill
Created October 20, 2013 19:33
Show Gist options
  • Save YvesBill/7074157 to your computer and use it in GitHub Desktop.
Save YvesBill/7074157 to your computer and use it in GitHub Desktop.
<!-- Gli xmlns obbligatori da utilizzare nel layout sono i seguenti
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads" -->
<!-- Questo è il banner -->
<com.google.ads.AdView
android:id="@+id/adView"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
ads:adSize="BANNER"
ads:adUnitId="ID del banner" >
</com.google.ads.AdView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment