Skip to content

Instantly share code, notes, and snippets.

@dharmakshetri
Created August 13, 2017 21:21
Show Gist options
  • Save dharmakshetri/cf45df29cc4b83a941a1b4af0dbd3933 to your computer and use it in GitHub Desktop.
Save dharmakshetri/cf45df29cc4b83a941a1b4af0dbd3933 to your computer and use it in GitHub Desktop.
<RelativeLayout
xmlns:ads="http://schemas.android.com/apk/res-auto"
...
>
<com.google.android.gms.ads.AdView
android:id="@+id/adView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_alignParentBottom="true"
ads:adSize="BANNER"
ads:adUnitId="@string/banner_ad_unit_id">
</com.google.android.gms.ads.AdView>
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment