bdp_paycenter_layout_channel.xml 3.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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="match_parent"
  5. android:orientation="vertical" >
  6. <LinearLayout
  7. android:id="@+id/bdp_paycenter_layout_recommend_payment"
  8. android:layout_width="fill_parent"
  9. android:layout_height="wrap_content"
  10. android:layout_marginLeft="15dp"
  11. android:layout_marginTop="8dp"
  12. android:orientation="vertical" >
  13. <LinearLayout
  14. android:layout_width="fill_parent"
  15. android:layout_height="wrap_content" >
  16. <TextView
  17. android:id="@+id/bdp_paycenter_tv_recommend_payment_mode_select"
  18. android:layout_width="wrap_content"
  19. android:layout_height="wrap_content"
  20. android:text="@string/bdp_paycenter_recommend_pay_mode_select"
  21. android:textColor="#333333"
  22. android:textSize="@dimen/bdp_paycenter_text_size_14_sp" />
  23. </LinearLayout>
  24. <LinearLayout
  25. android:id="@+id/bdp_paycenter_layout_recommend_content"
  26. android:layout_width="fill_parent"
  27. android:layout_height="wrap_content"
  28. android:orientation="vertical" >
  29. </LinearLayout>
  30. </LinearLayout>
  31. <LinearLayout
  32. android:id="@+id/bdp_paycenter_layout_paymode"
  33. android:layout_width="fill_parent"
  34. android:layout_height="wrap_content"
  35. android:orientation="vertical" >
  36. <LinearLayout
  37. android:id="@+id/bdp_paycenter_channel_tip_layout"
  38. android:layout_width="fill_parent"
  39. android:layout_height="wrap_content"
  40. android:visibility="gone" >
  41. <TextView
  42. android:id="@+id/bdp_paycenter_channel_select_tips"
  43. android:layout_width="0dip"
  44. android:layout_height="wrap_content"
  45. android:layout_gravity="center_vertical"
  46. android:layout_marginLeft="15dp"
  47. android:layout_weight="1"
  48. android:gravity="center_vertical"
  49. android:text="@string/bdp_paycenter_pay_mode_select"
  50. android:textColor="#333333"
  51. android:textSize="@dimen/bdp_paycenter_text_size_14_sp" />
  52. <ImageView
  53. android:id="@+id/bdp_paycenter_channel_select_image"
  54. android:layout_width="wrap_content"
  55. android:layout_height="wrap_content"
  56. android:layout_gravity="center_vertical"
  57. android:paddingRight="5dp"
  58. android:src="@drawable/bdp_account_icon_unfold_selector" />
  59. </LinearLayout>
  60. <View
  61. android:layout_width="match_parent"
  62. android:layout_height="1px"
  63. android:layout_marginLeft="16dp"
  64. android:layout_marginTop="5dp"
  65. android:background="#d8d8d8"
  66. android:visibility="gone" />
  67. <LinearLayout
  68. android:id="@+id/bdp_paycenter_channel_adapter_layout"
  69. android:layout_width="fill_parent"
  70. android:layout_height="wrap_content"
  71. android:orientation="vertical" >
  72. </LinearLayout>
  73. <View
  74. android:layout_width="match_parent"
  75. android:layout_height="1px"
  76. android:layout_marginLeft="16dp"
  77. android:background="#d8d8d8" />
  78. </LinearLayout>
  79. </LinearLayout>