Created
November 28, 2013 02:51
-
-
Save akeinhell/7686581 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<com.google.ads.AdView android:id="@+id/adView" | |
android:layout_width="wrap_content" | |
android:layout_height="wrap_content" | |
android:gravity="center" | |
ads:adUnitId="@string/admob_publisher_id" | |
ads:adSize="BANNER" | |
ads:loadAdOnCreate="false" | |
android:layout_alignParentRight="true" | |
android:layout_alignParentBottom="true"/> |
Jesusaltam
commented
Jun 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment