bdp_paycenter_pay_body.xml 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. android:layout_width="fill_parent"
  5. android:layout_height="fill_parent"
  6. android:orientation="vertical" >
  7. <RelativeLayout
  8. android:layout_width="fill_parent"
  9. android:layout_height="fill_parent"
  10. android:background="#ffffff" >
  11. <LinearLayout
  12. android:id="@+id/bdp_paycenter_layout_list_parent"
  13. android:layout_width="fill_parent"
  14. android:layout_height="wrap_content"
  15. android:gravity="center_vertical"
  16. android:orientation="vertical" >
  17. <LinearLayout
  18. android:id="@+id/bdp_paycenter_layout_list"
  19. android:layout_width="fill_parent"
  20. android:layout_height="wrap_content"
  21. android:background="#ffffff"
  22. android:gravity="center_vertical"
  23. android:orientation="vertical" >
  24. <LinearLayout
  25. android:id="@+id/bdp_paycenter_layout_notice_area"
  26. android:layout_width="wrap_content"
  27. android:layout_height="wrap_content"
  28. android:orientation="horizontal" >
  29. </LinearLayout>
  30. </LinearLayout>
  31. <!--
  32. <LinearLayout
  33. android:layout_width="fill_parent"
  34. android:layout_height="12dp"
  35. android:background="@drawable/bdp_paycenter_top_info_bottom_bg"
  36. android:orientation="horizontal" >
  37. </LinearLayout>
  38. -->
  39. </LinearLayout>
  40. <ScrollView
  41. android:id="@+id/bdp_paycenter_sv_content"
  42. android:layout_width="fill_parent"
  43. android:layout_height="fill_parent"
  44. android:layout_below="@+id/bdp_paycenter_layout_list_parent"
  45. android:fadeScrollbars="false"
  46. android:fillViewport="true"
  47. android:scrollbarStyle="insideOverlay"
  48. android:scrollbarThumbVertical="@drawable/bdp_paycenter_scrollbar_gray" >
  49. <LinearLayout
  50. android:layout_width="fill_parent"
  51. android:layout_height="fill_parent"
  52. android:orientation="vertical" >
  53. <LinearLayout
  54. android:id="@+id/bdp_paycenter_layout_paycontent"
  55. android:layout_width="fill_parent"
  56. android:layout_height="wrap_content"
  57. android:layout_weight="10"
  58. android:orientation="vertical"
  59. android:layout_marginLeft="15dp"
  60. >
  61. </LinearLayout>
  62. <RelativeLayout
  63. android:id="@+id/bdp_paycenter_layout_baidu_logo_parent"
  64. android:layout_width="fill_parent"
  65. android:layout_height="wrap_content"
  66. android:layout_weight="0"
  67. android:gravity="center|bottom"
  68. android:orientation="vertical" >
  69. </RelativeLayout>
  70. </LinearLayout>
  71. </ScrollView>
  72. </RelativeLayout>
  73. </LinearLayout>