Files
qianyanAndroid/uikit/src/main/res/layout/mz_banner_effect_layout.xml
被淹死的鱼 cd3b53759e 第一次提交
2026-03-11 18:26:29 +08:00

31 lines
1.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:clipChildren="false"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.fengliyan.uikit.mzbanner.CustomViewPager
android:id="@+id/mzbanner_vp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:clipChildren="false"
android:layout_marginLeft="60dp"
android:layout_marginRight="60dp"
>
</com.fengliyan.uikit.mzbanner.CustomViewPager>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_marginBottom="20dp"
>
<LinearLayout
android:id="@+id/banner_indicator_container"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_centerHorizontal="true"
/>
</RelativeLayout>
</RelativeLayout>