1234567891011121314151617181920 |
- <?xml version="1.0" encoding="utf-8"?>
- <merge xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- tools:parentTag="android.widget.RelativeLayout">
- <com.zhpan.bannerview.view.CatchViewPager
- android:id="@+id/vp_main"
- android:layout_width="match_parent"
- android:layout_height="match_parent" />
- <RelativeLayout
- android:id="@+id/rl_indicator"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
- android:layout_margin="10dp"/>
- </merge>
|