Files
sodalive-android/app/src/main/res/layout/layout_recommend_live.xml
klaus 0c7c7946c6 feat: 메인 라이브
- 새로운 UI의 기본 골격 적용
2025-07-16 22:07:07 +09:00

19 lines
661 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<com.zhpan.bannerview.BannerViewPager
android:id="@+id/pager"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<com.zhpan.indicator.IndicatorView
android:id="@+id/indicator2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:layout_marginTop="28dp" />
</LinearLayout>