2022-08-20 15:33:41 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
<com.yunbao.common.views.weight.VerticalViewPager
|
|
|
|
android:id="@+id/view_pager"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:overScrollMode="never" />
|
|
|
|
|
2022-08-23 15:11:30 +08:00
|
|
|
<com.yunbao.live.views.LoadingView
|
|
|
|
android:id="@+id/loading"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:visibility="visible" />
|
2022-08-20 15:33:41 +08:00
|
|
|
|
|
|
|
</RelativeLayout>
|