feat(series-home): 시리즈 홈 섹션 사이에 인라인 배너를 추가한다

This commit is contained in:
2026-04-24 19:44:12 +09:00
parent c639eaf86a
commit ebd72ef739
2 changed files with 38 additions and 0 deletions

View File

@@ -79,6 +79,14 @@
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="48dp"
android:maxHeight="90dp" />
<!-- 추천 시리즈 섹션 -->
<LinearLayout
android:id="@+id/ll_recommend_series"