pandorapan/live/src/main/res/layout/activity_live_detail.xml
18401019693 b3500b94c0 修复:
侧边栏问题
2022-08-26 09:52:04 +08:00

14 lines
439 B
XML

<?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" />
</RelativeLayout>