feat(character): 캐릭터 탭에 Yandex 인라인 배너를 추가한다

This commit is contained in:
2026-04-27 15:22:11 +09:00
parent d0dd6c9224
commit 8295e3d25e
4 changed files with 309 additions and 0 deletions

View File

@@ -82,6 +82,14 @@
</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_marginBottom="24dp"
android:maxHeight="90dp" />
<!-- 인기 캐릭터 섹션 -->
<LinearLayout
android:id="@+id/ll_popular_characters"