admob 제거

This commit is contained in:
2023-10-14 17:08:47 +09:00
parent 8266167c02
commit 41d175a19f
27 changed files with 11 additions and 415 deletions

View File

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:ads="http://schemas.android.com/apk/res-auto"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
@@ -238,14 +237,6 @@
android:visibility="gone" />
</RelativeLayout>
<com.google.android.gms.ads.AdView
android:id="@+id/ad_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="26.7dp"
ads:adSize="SMART_BANNER"
ads:adUnitId="@string/admob_creator_channel_banner_unit_id" />
<include
android:id="@+id/layout_user_profile_audio_content"
layout="@layout/layout_user_profile_audio_content"
@@ -299,14 +290,6 @@
android:background="@color/color_232323" />
</LinearLayout>
<com.google.android.gms.ads.AdView
android:id="@+id/ad_view2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="26.7dp"
ads:adSize="SMART_BANNER"
ads:adUnitId="@string/admob_creator_channel_banner_unit_id" />
<LinearLayout
android:id="@+id/ll_user_profile_similar_creator"
android:layout_width="match_parent"