yyxx_comm_p_webview.xml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:layout_width="360dp"
  3. android:layout_height="320dp"
  4. android:gravity="center"
  5. android:orientation="vertical"
  6. android:id="@+id/ll_p_wb"
  7. >
  8. <RelativeLayout
  9. android:layout_width="match_parent"
  10. android:layout_height="20dp"
  11. android:layout_weight="1.0"
  12. android:orientation="horizontal">
  13. <WebView
  14. android:id="@+id/wb_with_xd"
  15. android:layout_width="match_parent"
  16. android:layout_height="match_parent"
  17. android:scrollbars="none" />
  18. <ImageView
  19. android:id="@+id/iv_reback_close"
  20. android:layout_width="wrap_content"
  21. android:layout_height="wrap_content"
  22. android:layout_marginTop="10dp"
  23. android:layout_marginRight="10dp"
  24. android:padding="10dp"
  25. android:src="@mipmap/yyxx_comm_close"
  26. android:layout_alignParentRight="true"
  27. />
  28. </RelativeLayout>
  29. </LinearLayout>