item_net.xml 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent">
  5. <com.example.zhpan.circleviewpager.view.CornerImageView
  6. android:id="@+id/banner_image"
  7. android:layout_width="match_parent"
  8. android:layout_height="match_parent" />
  9. <!--<LinearLayout
  10. android:layout_width="match_parent"
  11. android:layout_height="wrap_content"
  12. android:layout_alignParentBottom="true"
  13. android:background="#66000000"
  14. android:gravity="center_vertical">
  15. <TextView
  16. android:id="@+id/tv_describe"
  17. android:layout_width="wrap_content"
  18. android:layout_height="match_parent"
  19. android:layout_gravity="center_vertical"
  20. android:layout_marginStart="15dp"
  21. android:gravity="center_vertical"
  22. android:paddingTop="5dp"
  23. android:paddingBottom="5dp"
  24. android:textColor="#FFFFFF"
  25. android:textSize="16sp" />
  26. </LinearLayout>-->
  27. </RelativeLayout>