bdp_paycenter_main_frame.xml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <com.baidu.platformsdk.pay.widget.ScreenSizeObRelativeLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:id="@+id/bdp_paycenter_layout_main_frame"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. android:background="@drawable/bdp_bg_round_fcfcfc_bottom"
  8. >
  9. <FrameLayout
  10. android:id="@+id/bdp_paycenter_title_frame"
  11. android:layout_width="match_parent"
  12. android:layout_height="wrap_content"
  13. android:layout_alignParentTop="true" >
  14. </FrameLayout>
  15. <FrameLayout
  16. android:id="@+id/bdp_paycenter_content_frame"
  17. android:layout_width="match_parent"
  18. android:layout_height="match_parent"
  19. android:background="@color/bdp_gray"
  20. android:layout_below="@+id/bdp_paycenter_title_frame" >
  21. <LinearLayout
  22. android:id="@+id/bdp_paycenter_layout_content"
  23. android:layout_width="match_parent"
  24. android:layout_height="match_parent"
  25. android:orientation="vertical" >
  26. </LinearLayout>
  27. <com.baidu.platformsdk.pay.widget.PayCenterLoadingView
  28. android:id="@+id/bdp_paycenter_loading_bar"
  29. android:layout_width="match_parent"
  30. android:layout_height="match_parent"
  31. android:background="@color/bdp_bg"
  32. android:visibility="gone" />
  33. </FrameLayout>
  34. </com.baidu.platformsdk.pay.widget.ScreenSizeObRelativeLayout>