feat(community): 크리에이터 커뮤니티 전체보기에 인라인 배너를 추가한다

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

View File

@@ -80,6 +80,15 @@
android:layout_height="1dp"
android:background="#909090" />
<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="13.3dp"
android:layout_marginBottom="13.3dp"
android:maxHeight="90dp" />
<FrameLayout
android:layout_width="match_parent"
android:layout_height="0dp"