river-lucky-driver/app/src/main/res/layout/wode_bottom.xml
2022-08-24 09:32:54 +08:00

15 lines
625 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"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:id="@+id/wode_bottom"
android:layout_marginTop="@dimen/dp_20"
android:paddingBottom="@dimen/sp_24">
<com.zhpan.bannerview.BannerViewPager
android:id="@+id/banner_view"
app:bvp_auto_play="false"
android:layout_width="match_parent"
android:layout_height="@dimen/dp_232"/>
</LinearLayout>