pb_charge_cut.xml 723 B

12345678910111213141516171819202122
  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:orientation="vertical" >
  6. <WebView
  7. android:id="@+id/daqian_webview"
  8. android:layout_width="match_parent"
  9. android:layout_height="match_parent" />
  10. <ImageView
  11. android:id="@+id/daqian_img_btn_close"
  12. android:layout_width="28dp"
  13. android:layout_height="28dp"
  14. android:layout_alignParentRight="true"
  15. android:layout_alignParentTop="true"
  16. android:layout_marginRight="18dp"
  17. android:layout_marginTop="19dp"
  18. android:src="@drawable/pb_dialog_close" />
  19. </RelativeLayout>