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

@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.TwentyCode.android.ExaltedDice" package="com.TwentyCode.android.ExaltedDice"
android:installLocation="auto" android:installLocation="auto"
android:versionCode="89" android:versionCode="92"
android:versionName="240ff7f" > android:versionName="a83d85b" >
<uses-sdk android:minSdkVersion="7" /> <uses-sdk android:minSdkVersion="7" />
@@ -12,6 +12,7 @@
<uses-permission android:name="android.permission.VIBRATE" /> <uses-permission android:name="android.permission.VIBRATE" />
<application <application
android:allowBackup="true"
android:icon="@drawable/icon" android:icon="@drawable/icon"
android:label="@string/app_name" android:label="@string/app_name"
android:theme="@style/MyTheme" > android:theme="@style/MyTheme" >
@@ -35,9 +36,5 @@
<service android:name="com.TwentyCodes.android.exception.ReportPostingService" > <service android:name="com.TwentyCodes.android.exception.ReportPostingService" >
</service> </service>
<activity
android:name="com.google.ads.AdActivity"
android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize" />
</application> </application>
</manifest>
</manifest> <!-- android:screenOrientation="portrait" -->

View File

@@ -53,15 +53,6 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_above="@+id/ad" android:layout_above="@+id/ad"
android:layout_gravity="top" /> 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> </RelativeLayout>
</LinearLayout> </LinearLayout>

View File

@@ -56,13 +56,4 @@
android:layout_below="@id/holder" android:layout_below="@id/holder"
android:layout_gravity="top" /> 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> </RelativeLayout>