feat: 메인 홈

- 오디션 배너 UI 추가
This commit is contained in:
2025-07-15 16:27:14 +09:00
parent af818bda93
commit e787872cc5
4 changed files with 122 additions and 4 deletions

View File

@@ -184,7 +184,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginTop="6.7dp" />
android:layout_marginTop="28dp" />
</LinearLayout>
<LinearLayout
@@ -232,7 +232,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginTop="6.7dp" />
android:layout_marginTop="28dp" />
</LinearLayout>
<LinearLayout

View File

@@ -7,5 +7,6 @@
android:id="@+id/iv_recommend_live"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scaleType="centerCrop"
android:contentDescription="@null" />
</FrameLayout>