bdp_paycenter_layout_webpay.xml 726 B

12345678910111213141516171819
  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. android:background="@drawable/bdp_paycenter_web_bg" >
  6. <WebView
  7. android:id="@+id/bdp_paycenter_layout_web"
  8. android:layout_width="match_parent"
  9. android:layout_height="match_parent"
  10. android:background="@drawable/bdp_paycenter_web_bg" />
  11. <com.baidu.platformsdk.pay.widget.PayCenterLoadingView
  12. android:id="@+id/bdp_paycenter_loading_bar"
  13. android:layout_width="match_parent"
  14. android:layout_height="match_parent"
  15. android:visibility="gone" />
  16. </RelativeLayout>