탐색 탭 - 배너 광고 unit id 변경

This commit is contained in:
klaus 2023-09-20 18:52:28 +09:00
parent 4bcc1b2680
commit 6fc474cff4
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="30dp"
ads:adSize="SMART_BANNER"
ads:adUnitId="@string/admob_creator_channel_banner_unit_id"
ads:adUnitId="@string/admob_explorer_banner_unit_id"
app:layout_constraintEnd_toEndOf="@+id/rv_explorer_section"
app:layout_constraintStart_toStartOf="@+id/rv_explorer_section"
app:layout_constraintTop_toBottomOf="@+id/rv_explorer_section" />