tysdkn_fragment_choose_discount.xml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout 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="match_parent"
  6. android:orientation="vertical">
  7. <RelativeLayout
  8. android:layout_width="match_parent"
  9. android:layout_height="48dp"
  10. android:background="#ff1f2228">
  11. <ImageView
  12. android:id="@+id/tysdkn_choose_discount_back"
  13. android:layout_width="48dp"
  14. android:layout_height="48dp"
  15. android:layout_centerVertical="true"
  16. android:padding="15dp"
  17. android:src="@drawable/tysdkn_recahrge_back_left" />
  18. <TextView
  19. android:id="@+id/tysdkn_tv_choose_coupon_title"
  20. android:layout_width="wrap_content"
  21. android:layout_height="wrap_content"
  22. android:layout_centerInParent="true"
  23. android:text="选择优惠券"
  24. android:textColor="#ffffff"
  25. android:textSize="16sp" />
  26. </RelativeLayout>
  27. <include layout="@layout/tysdkn_progressbar" />
  28. <ListView
  29. android:id="@+id/tysdkn_lv_choose_discount"
  30. android:layout_width="match_parent"
  31. android:layout_height="match_parent"
  32. android:layout_marginTop="5dp"
  33. android:divider="@null"
  34. android:scrollbars="none" />
  35. </LinearLayout>