feat(series-genre): 시리즈 장르별 화면에 인라인 배너를 추가한다

This commit is contained in:
2026-04-24 19:44:27 +09:00
parent 1139040f28
commit 290b15d007
2 changed files with 40 additions and 2 deletions

View File

@@ -13,11 +13,20 @@
android:nestedScrollingEnabled="false"
android:paddingHorizontal="24dp" />
<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="24dp"
android:maxHeight="90dp" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_series_by_genre"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="0dp"
android:layout_marginTop="24dp"
android:layout_weight="1"
android:clipToPadding="false"
android:paddingHorizontal="24dp" />
</LinearLayout>