home_pager_banner_view.xml 1.17 KB
Newer Older
konghaorui committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    >

    <com.ydl.ydlcommon.view.banner.Banner
        android:id="@+id/homeModulePagerBannerViewBanner"
        android:layout_width="match_parent"
        android:layout_height="180dp"
        app:pa_indicator_different_width="14dp"
        app:pa_indicator_drawable_selected="@drawable/home_banner_tip_select"
        app:pa_indicator_drawable_unselected="@drawable/home_banner_tip_unselect"
        app:pa_indicator_height="5dp"
        app:pa_indicator_margin="1.25dp"
        app:pa_is_selected_same_unselected="false"/>

    <LinearLayout
        android:id="@+id/homeModulePagerBannerViewAddLayout"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_marginTop="175dp"
        android:background="@drawable/home_home_category_bg"
        android:orientation="vertical"
        android:paddingTop="20dp">

    </LinearLayout>

</RelativeLayout>