Remove code for Ads, were not in use anyways after falling out of Google Play guidelines.

This commit is contained in:
2025-07-12 13:15:22 -07:00
parent fe32d063c8
commit 0627aca876
7 changed files with 12 additions and 132 deletions

View File

@@ -68,22 +68,10 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
<com.google.android.gms.ads.AdView
android:id="@+id/adView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
ads:adSize="BANNER"
android:visibility="gone"
ads:adUnitId="@string/banner_ad_tab1">
</com.google.android.gms.ads.AdView>
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_alignParentTop="true"
android:layout_above="@+id/adView">
android:layout_alignParentTop="true">
<LinearLayout
android:layout_width="match_parent"
@@ -96,4 +84,4 @@
</RelativeLayout>
</LinearLayout>
</LinearLayout>