bdp_paycenter_web_frame.xml 845 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <com.baidu.platformsdk.pay.widget.ScreenSizeObRelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@+id/bdp_paycenter_layout_web_frame"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:background="#00000000" >
  7. <FrameLayout
  8. android:id="@+id/bdp_paycenter_title_frame"
  9. android:layout_width="match_parent"
  10. android:layout_height="wrap_content"
  11. android:layout_alignParentTop="true" />
  12. <FrameLayout
  13. android:id="@+id/bdp_paycenter_content_frame"
  14. android:layout_width="match_parent"
  15. android:layout_height="match_parent"
  16. android:layout_below="@+id/bdp_paycenter_title_frame" >
  17. </FrameLayout>
  18. </com.baidu.platformsdk.pay.widget.ScreenSizeObRelativeLayout>