Files
sodalive-android/app/src/main/res/layout/item_recommend_live.xml
klaus e787872cc5 feat: 메인 홈
- 오디션 배너 UI 추가
2025-07-15 16:27:14 +09:00

13 lines
442 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:id="@+id/iv_recommend_live"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scaleType="centerCrop"
android:contentDescription="@null" />
</FrameLayout>