bdp_paycenter_paymode_layout_first.xml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- The right region end int the same step start -->
  3. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="fill_parent"
  5. android:layout_height="fill_parent"
  6. android:orientation="vertical" >
  7. <LinearLayout
  8. android:id="@+id/bdp_paycenter_layout_content_activity_area"
  9. android:layout_width="match_parent"
  10. android:layout_height="wrap_content"
  11. android:gravity="center_vertical"
  12. android:orientation="horizontal"
  13. >
  14. </LinearLayout>
  15. <LinearLayout
  16. android:id="@+id/bdp_paycenter_layout_balance_pay"
  17. android:layout_width="fill_parent"
  18. android:layout_height="wrap_content"
  19. android:orientation="vertical"
  20. android:visibility="gone" >
  21. </LinearLayout>
  22. <LinearLayout
  23. android:id="@+id/bdp_paycenter_layout_channel_pay"
  24. android:layout_width="fill_parent"
  25. android:layout_height="wrap_content"
  26. android:orientation="vertical">
  27. <!-- <LinearLayout
  28. android:id="@+id/bdp_paycenter_layout_recommend_payment"
  29. android:layout_width="fill_parent"
  30. android:layout_height="wrap_content"
  31. android:layout_marginTop="8dp"
  32. android:orientation="vertical" >
  33. <LinearLayout
  34. android:layout_width="fill_parent"
  35. android:layout_height="wrap_content" >
  36. <TextView
  37. android:id="@+id/bdp_paycenter_tv_recommend_payment_mode_select"
  38. android:layout_width="wrap_content"
  39. android:layout_height="wrap_content"
  40. android:text="@string/bdp_paycenter_recommend_pay_mode_select"
  41. android:textColor="#333333"
  42. android:textSize="@dimen/bdp_paycenter_text_size_14_sp" />
  43. </LinearLayout>
  44. <LinearLayout
  45. android:id="@+id/bdp_paycenter_layout_recommend_content"
  46. android:layout_width="fill_parent"
  47. android:layout_height="wrap_content"
  48. android:orientation="vertical" >
  49. </LinearLayout>
  50. </LinearLayout>
  51. <LinearLayout
  52. android:id="@+id/bdp_paycenter_layout_paymode"
  53. android:layout_width="fill_parent"
  54. android:layout_height="wrap_content"
  55. android:layout_marginTop="8dp"
  56. android:orientation="vertical" >
  57. <LinearLayout
  58. android:layout_width="fill_parent"
  59. android:layout_height="wrap_content" >
  60. <TextView
  61. android:id="@+id/bdp_paycenter_tv_payment_mode_select"
  62. android:layout_width="wrap_content"
  63. android:layout_height="wrap_content"
  64. android:text="@string/bdp_paycenter_pay_mode_select"
  65. android:textColor="#333333"
  66. android:textSize="@dimen/bdp_paycenter_text_size_14_sp" />
  67. <LinearLayout
  68. android:id="@+id/bdp_paycenter_layout_other_mode_select"
  69. android:layout_width="wrap_content"
  70. android:layout_height="wrap_content"
  71. android:gravity="center_vertical"
  72. android:orientation="horizontal"
  73. android:visibility="gone" >
  74. <TextView
  75. android:id="@+id/bdp_paycenter_tv_payment_other_mode_select"
  76. android:layout_width="wrap_content"
  77. android:layout_height="wrap_content"
  78. android:text="@string/bdp_paycenter_recommend_pay_other_mode_select"
  79. android:textColor="#333333"
  80. android:textSize="@dimen/bdp_paycenter_text_size_14_sp" />
  81. </LinearLayout>
  82. </LinearLayout>
  83. <LinearLayout
  84. android:id="@+id/bdp_center_paymode_content"
  85. android:layout_width="fill_parent"
  86. android:layout_height="wrap_content"
  87. android:orientation="vertical" >
  88. </LinearLayout>
  89. </LinearLayout> -->
  90. </LinearLayout>
  91. </LinearLayout> <!-- The right region end int the same step end -->