layout_banner_view_pager.xml 709 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <merge xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. android:layout_width="match_parent"
  5. android:layout_height="wrap_content"
  6. tools:parentTag="android.widget.RelativeLayout">
  7. <com.zhpan.bannerview.view.CatchViewPager
  8. android:id="@+id/vp_main"
  9. android:layout_width="match_parent"
  10. android:layout_height="match_parent" />
  11. <RelativeLayout
  12. android:id="@+id/rl_indicator"
  13. android:layout_width="match_parent"
  14. android:layout_height="wrap_content"
  15. android:layout_alignParentBottom="true"
  16. android:layout_margin="10dp"/>
  17. </merge>