feat(notification): 알림 리스트에 인라인 배너를 추가한다

This commit is contained in:
2026-04-24 19:44:35 +09:00
parent 290b15d007
commit 8f6c837e22
2 changed files with 39 additions and 0 deletions

View File

@@ -49,6 +49,14 @@
android:clipToPadding="false"
android:paddingHorizontal="13.3dp" />
<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="13.3dp"
android:layout_marginTop="8dp"
android:maxHeight="90dp" />
<FrameLayout
android:layout_width="match_parent"
android:layout_height="0dp"