크리에이터 채널 - 배너 광고 추가

This commit is contained in:
2023-09-15 02:06:27 +09:00
parent 0343c91f1c
commit 52e6965472
8 changed files with 117 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
<?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"
@@ -237,13 +238,21 @@
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"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="46.7dp"
android:layout_marginTop="26.7dp"
android:visibility="gone" />
<include
@@ -252,7 +261,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="13.3dp"
android:layout_marginTop="46.7dp"
android:layout_marginTop="26.7dp"
android:visibility="gone" />
<include
@@ -290,6 +299,14 @@
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"