Removed Ads

This commit is contained in:
2013-06-14 15:20:34 -04:00
parent a83d85b143
commit a5ae6af56b
4 changed files with 4 additions and 25 deletions

View File

@@ -53,15 +53,6 @@
android:layout_height="wrap_content"
android:layout_above="@+id/ad"
android:layout_gravity="top" />
<com.google.ads.AdView
android:id="@+id/ad"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
ads:adSize="BANNER"
ads:adUnitId="a14bad63772f7d3"
ads:loadAdOnCreate="true" />
</RelativeLayout>
</LinearLayout>

View File

@@ -56,13 +56,4 @@
android:layout_below="@id/holder"
android:layout_gravity="top" />
<com.google.ads.AdView
android:id="@+id/ad"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
ads:adSize="BANNER"
ads:adUnitId="a14bad63772f7d3"
ads:loadAdOnCreate="true" />
</RelativeLayout>