feat(mypage): 하단 Yandex 인라인 배너를 추가한다

마이페이지 스크롤 콘텐츠 최하단에서 Yandex 인라인 배너를 노출해 광고 영역을 확보한다.
debug/release ad unit id를 분리해 배포 전환 지점을 한곳에 고정한다.
This commit is contained in:
2026-04-21 13:23:06 +09:00
parent af0d788796
commit 30b3dcdce6
4 changed files with 124 additions and 0 deletions

View File

@@ -347,6 +347,13 @@
android:paddingHorizontal="24dp" />
</LinearLayout>
<com.yandex.mobile.ads.banner.BannerAdView
android:id="@+id/yandex_inline_banner_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="24dp"
android:layout_marginTop="32dp" />
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</androidx.constraintlayout.widget.ConstraintLayout>