bdp_webview.xml 667 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent">
  5. <FrameLayout
  6. android:id="@+id/bdp_paycenter_title_frame"
  7. android:layout_width="match_parent"
  8. android:layout_height="wrap_content"
  9. android:layout_alignParentTop="true" />
  10. <FrameLayout
  11. android:id="@+id/bdp_paycenter_content_frame"
  12. android:layout_width="match_parent"
  13. android:layout_height="match_parent"
  14. android:layout_below="@+id/bdp_paycenter_title_frame" >
  15. </FrameLayout>
  16. </RelativeLayout>