12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <com.example.zhpan.circleviewpager.view.CornerImageView
- android:id="@+id/banner_image"
- android:layout_width="match_parent"
- android:layout_height="match_parent" />
- <!--<LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
- android:background="#66000000"
- android:gravity="center_vertical">
- <TextView
- android:id="@+id/tv_describe"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:layout_gravity="center_vertical"
- android:layout_marginStart="15dp"
- android:gravity="center_vertical"
- android:paddingTop="5dp"
- android:paddingBottom="5dp"
- android:textColor="#FFFFFF"
- android:textSize="16sp" />
- </LinearLayout>-->
- </RelativeLayout>
|