bdp_paycenter_layout_goodsinfo.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="64dp"
  5. android:paddingBottom="7dp"
  6. android:paddingLeft="8dp"
  7. android:paddingRight="8dp"
  8. android:paddingTop="7dp" >
  9. <FrameLayout
  10. android:id="@+id/bdp_paycenter_layout_goods_icon"
  11. android:layout_width="48dp"
  12. android:layout_height="48dp"
  13. android:visibility="gone" >
  14. <ImageView
  15. android:id="@+id/bdp_paycenter_iv_goods_icon"
  16. android:layout_width="48dp"
  17. android:layout_height="48dp" />
  18. <ImageView
  19. android:layout_width="48dp"
  20. android:layout_height="48dp"
  21. android:src="@drawable/bdp_paycenter_ic_goods_border" />
  22. </FrameLayout>
  23. <RelativeLayout
  24. android:layout_width="match_parent"
  25. android:layout_height="match_parent"
  26. android:layout_marginLeft="8dp"
  27. android:orientation="vertical" >
  28. <TextView
  29. android:id="@+id/bdp_paycenter_tv_goods_namenumber"
  30. android:layout_width="match_parent"
  31. android:layout_height="wrap_content"
  32. android:layout_alignParentTop="true"
  33. android:text="@string/bdp_paycenter_pay_goods_name"
  34. android:textColor="@color/bdp_color_333333"
  35. android:textSize="@dimen/bdp_paycenter_text_size_14_sp" />
  36. <TextView
  37. android:id="@+id/bdp_paycenter_tv_pay_money"
  38. android:layout_width="match_parent"
  39. android:layout_height="wrap_content"
  40. android:layout_alignParentBottom="true"
  41. android:text="@string/bdp_paycenter_pay_money_number"
  42. android:textColor="@color/bdp_color_333333"
  43. android:textSize="@dimen/bdp_paycenter_text_size_14_sp" />
  44. </RelativeLayout>
  45. </LinearLayout>