bdp_webview_a.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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/bd_announce_view_bg"
  6. >
  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. android:visibility="gone"/>
  13. <FrameLayout
  14. android:id="@+id/bdp_paycenter_content_frame"
  15. android:layout_width="match_parent"
  16. android:layout_height="match_parent"
  17. android:layout_marginTop="-65dp"
  18. android:layout_marginBottom="-65dp"
  19. android:layout_marginRight="-45dp"
  20. android:layout_marginLeft="-45dp"
  21. android:layout_centerHorizontal="true"
  22. >
  23. </FrameLayout>
  24. <ImageView
  25. android:id="@+id/back"
  26. android:layout_width="wrap_content"
  27. android:layout_height="wrap_content"
  28. android:src="@drawable/bdp_icon_back1"
  29. android:padding="20dp"
  30. android:visibility="gone"
  31. android:layout_marginLeft="-20dp"
  32. android:layout_marginTop="-15dp"
  33. />
  34. </RelativeLayout>