bdp_paycenter_layout_goodsinfo_landscape.xml 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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="wrap_content"
  5. android:orientation="vertical"
  6. android:paddingTop="11dp" >
  7. <FrameLayout
  8. android:id="@+id/bdp_paycenter_layout_goods_icon"
  9. android:layout_width="48dp"
  10. android:layout_height="48dp"
  11. android:layout_marginTop="8dp"
  12. android:visibility="gone" >
  13. <ImageView
  14. android:id="@+id/bdp_paycenter_iv_goods_icon"
  15. android:layout_width="48dp"
  16. android:layout_height="48dp" />
  17. <ImageView
  18. android:layout_width="48dp"
  19. android:layout_height="48dp"
  20. android:src="@drawable/bdp_paycenter_ic_goods_border" />
  21. </FrameLayout>
  22. <LinearLayout
  23. android:layout_width="match_parent"
  24. android:layout_height="match_parent"
  25. android:orientation="vertical" >
  26. <LinearLayout
  27. android:layout_width="match_parent"
  28. android:layout_height="wrap_content"
  29. android:orientation="horizontal" >
  30. <TextView
  31. android:layout_width="wrap_content"
  32. android:layout_height="wrap_content"
  33. android:text="@string/bdp_paycenter_pay_money_number"
  34. android:textColor="@color/bdp_color_999999"
  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="wrap_content"
  39. android:layout_height="wrap_content"
  40. android:layout_centerVertical="true"
  41. android:layout_marginLeft="2dp"
  42. android:textColor="@color/bdp_color_333333"
  43. android:textSize="17sp"
  44. android:textStyle="bold" />
  45. </LinearLayout>
  46. <LinearLayout
  47. android:layout_width="match_parent"
  48. android:layout_height="wrap_content"
  49. android:layout_marginTop="4dp"
  50. android:orientation="horizontal" >
  51. <TextView
  52. android:layout_width="wrap_content"
  53. android:layout_height="wrap_content"
  54. android:layout_centerVertical="true"
  55. android:text="@string/bdp_paycenter_pay_goods_name"
  56. android:textColor="@color/bdp_color_999999"
  57. android:textSize="@dimen/bdp_paycenter_text_size_14_sp" />
  58. <TextView
  59. android:id="@+id/bdp_paycenter_tv_goods_namenumber"
  60. android:layout_width="wrap_content"
  61. android:layout_height="wrap_content"
  62. android:layout_centerVertical="true"
  63. android:layout_marginLeft="2dp"
  64. android:textColor="@color/bdp_color_999999"
  65. android:textSize="14sp" />
  66. </LinearLayout>
  67. </LinearLayout>
  68. </LinearLayout>