bdp_paycenter_layout_dialog_extend.xml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@+id/dk_layout_payment_dialog_extend"
  4. android:layout_width="fill_parent"
  5. android:layout_height="fill_parent"
  6. android:orientation="vertical" >
  7. <LinearLayout
  8. android:layout_width="wrap_content"
  9. android:layout_height="wrap_content"
  10. android:layout_marginTop="14dp" >
  11. <TextView
  12. android:id="@+id/bdp_paycenter_tv_dialog_all_amount"
  13. android:layout_width="wrap_content"
  14. android:layout_height="wrap_content"
  15. android:text="@string/bdp_paycenter_tip_pay_dialog_all_amount"
  16. android:textColor="#333333"
  17. android:textSize="@dimen/bdp_paycenter_text_size_16_sp" />
  18. </LinearLayout>
  19. <LinearLayout
  20. android:layout_width="wrap_content"
  21. android:layout_height="wrap_content"
  22. android:layout_marginTop="4dp" >
  23. <TextView
  24. android:id="@+id/bdp_paycenter_tv_dialog_good_price"
  25. android:layout_width="wrap_content"
  26. android:layout_height="wrap_content"
  27. android:text="@string/bdp_paycenter_tip_pay_dialog_good_price"
  28. android:textColor="#333333"
  29. android:textSize="@dimen/bdp_paycenter_text_size_16_sp" />
  30. </LinearLayout>
  31. <LinearLayout
  32. android:layout_width="wrap_content"
  33. android:layout_height="wrap_content"
  34. android:layout_marginTop="4dp" >
  35. <TextView
  36. android:id="@+id/bdp_paycenter_tv_dialog_baidubean_save"
  37. android:layout_width="wrap_content"
  38. android:layout_height="wrap_content"
  39. android:text="@string/bdp_paycenter_tip_pay_dialog_baiduben_save"
  40. android:textColor="#333333"
  41. android:textSize="@dimen/bdp_paycenter_text_size_16_sp" />
  42. </LinearLayout>
  43. <LinearLayout
  44. android:id="@+id/bdp_paycenter_layout_dialog_exchange_tips"
  45. android:layout_width="wrap_content"
  46. android:layout_height="wrap_content"
  47. android:layout_marginTop="4dp"
  48. android:visibility="gone" >
  49. <TextView
  50. android:id="@+id/bdp_paycenter_tv_dialog_exchange_tips"
  51. android:layout_width="wrap_content"
  52. android:layout_height="wrap_content"
  53. android:text="@string/bdp_paycenter_tip_pay_dialog_exchange_tips"
  54. android:textColor="@color/bdp_color_ff3300"
  55. android:textSize="@dimen/bdp_paycenter_text_size_16_sp" />
  56. </LinearLayout>
  57. <LinearLayout
  58. android:layout_width="wrap_content"
  59. android:layout_height="wrap_content"
  60. android:layout_marginTop="32dp" >
  61. <TextView
  62. android:id="@+id/bdp_paycenter_tv_dialog_is_not_pay"
  63. android:layout_width="wrap_content"
  64. android:layout_height="wrap_content"
  65. android:text="@string/bdp_paycenter_tip_is_not_pay"
  66. android:textColor="#333333"
  67. android:textSize="@dimen/bdp_paycenter_text_size_16_sp" />
  68. </LinearLayout>
  69. <LinearLayout
  70. android:layout_width="fill_parent"
  71. android:layout_height="wrap_content"
  72. android:layout_marginBottom="4dp"
  73. android:layout_marginTop="14dp" >
  74. <Button
  75. android:id="@+id/bdp_paycenter_btn_dialog_ensure"
  76. android:layout_width="0dp"
  77. android:layout_height="36dp"
  78. android:layout_weight="1"
  79. android:background="@drawable/bdp_paycenter_btn_pay_selector"
  80. android:gravity="center"
  81. android:text="@string/bdp_paycenter_alipay_ensure"
  82. android:textColor="#ffffff"
  83. android:textSize="@dimen/bdp_paycenter_text_size_16_sp" />
  84. <Button
  85. android:id="@+id/bdp_paycenter_btn_dialog_cancel"
  86. android:layout_width="0dp"
  87. android:layout_height="36dp"
  88. android:layout_marginLeft="12dp"
  89. android:layout_weight="1"
  90. android:background="@drawable/bdp_paycenter_btn_pay_cancel_selector"
  91. android:gravity="center"
  92. android:text="@string/bdp_paycenter_alipay_cancel"
  93. android:textColor="#ffffff"
  94. android:textSize="@dimen/bdp_paycenter_text_size_16_sp" />
  95. </LinearLayout>
  96. </LinearLayout>