feat: 메인 홈

- UI 수정
This commit is contained in:
2025-07-15 21:42:56 +09:00
parent 141e7fe416
commit 3e525b05a5
7 changed files with 22 additions and 21 deletions

View File

@@ -177,7 +177,9 @@
<com.zhpan.bannerview.BannerViewPager
android:id="@+id/event_banner_slider"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_height="wrap_content"
android:clipChildren="false"
android:clipToPadding="false" />
<com.zhpan.indicator.IndicatorView
android:id="@+id/indicator_event_banner"
@@ -256,9 +258,9 @@
android:id="@+id/rv_series_day_of_week_day"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:nestedScrollingEnabled="false"
android:layout_marginTop="16dp"
android:clipToPadding="false"
android:nestedScrollingEnabled="false"
android:paddingHorizontal="24dp" />
<androidx.recyclerview.widget.RecyclerView