ht_center_coupon_view.xml 3.1 KB
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
   android:layout_width="match_parent"
   android:orientation="vertical"
   android:layout_height="wrap_content">

   <RelativeLayout
      android:layout_width="match_parent"
      android:layout_weight="1"
      android:layout_height="280dp">

      <ListView
         android:id="@+id/ht_coupon_center_lv"
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:cacheColorHint="#00000000"
         android:divider="#eaeaea"
         android:dividerHeight="1dp"
         android:scrollbars="none"
         android:fadingEdge="none"
         android:fadingEdgeLength="0dp"
         android:layout_marginBottom="5dp"
         android:listSelector="#00000000" />

      <ImageView
         android:id="@+id/ht_coupon_center_nothing"
         android:layout_width="match_parent"
         android:layout_height="match_parent"
         android:layout_centerInParent="true"
         android:visibility="invisible"
         android:scaleType="center"
         android:src="@drawable/ht_icon_exit" />

      <ProgressBar
         android:id="@+id/ht_coupon_center_pro"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:layout_centerInParent="true"
         android:layout_centerVertical="true"
         android:layout_gravity="center"
         android:indeterminateDrawable="@drawable/ht_loading_progressbar" />
   </RelativeLayout>

   <View
      android:background="@color/ht_driver"
      android:layout_width="match_parent"
      android:layout_height="0.5dp" />

   <!--废弃了,in 20220908-->
   <RelativeLayout
      android:layout_width="match_parent"
      android:layout_marginVertical="5dp"
      android:visibility="gone"
      android:layout_height="wrap_content">

      <TextView
         android:id="@+id/ht_coupon_center_tips"
         android:layout_width="match_parent"
         android:layout_centerInParent="true"
         android:gravity="center_vertical"
         android:text="关注公众号即可领取更多优惠大礼包哟!"
         android:layout_height="wrap_content" />
   </RelativeLayout>

   <RelativeLayout
      android:layout_width="match_parent"
      android:layout_marginVertical="5dp"
      android:layout_height="wrap_content">

      <ImageView
         android:id="@+id/ht_coupon_tips"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:layout_marginLeft="10dp"
         android:layout_centerVertical="true"
         android:scaleType="center"
         android:src="@drawable/ht_ic_tips" />

      <TextView
         android:layout_width="wrap_content"
         android:layout_centerInParent="true"
         android:gravity="center"
         android:drawableLeft="@drawable/ht_ic_more2"
         android:textColor="@color/ht_main_color_text"
         android:textSize="12sp"
         android:drawablePadding="5dp"
         android:text="滑动查看更多内容"
         android:layout_height="wrap_content" />
   </RelativeLayout>
</LinearLayout>