hnyy_p_webview.xml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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:background="@drawable/hnyy_radius_white_10dp"
  6. android:orientation="vertical"
  7. android:id="@+id/ll_p_wb"
  8. >
  9. <RelativeLayout
  10. android:layout_width="match_parent"
  11. android:layout_height="20dp"
  12. android:layout_weight="1.0"
  13. android:orientation="horizontal">
  14. <WebView
  15. android:id="@+id/wb_with_xd"
  16. android:layout_width="match_parent"
  17. android:layout_height="match_parent"
  18. android:scrollbars="none"
  19. android:layout_margin="10dp"
  20. />
  21. <ImageView
  22. android:id="@+id/iv_reback_close"
  23. android:layout_width="wrap_content"
  24. android:layout_height="wrap_content"
  25. android:layout_marginTop="15dp"
  26. android:layout_marginRight="5dp"
  27. android:padding="10dp"
  28. android:src="@mipmap/hnyy_close"
  29. android:layout_alignParentRight="true"
  30. />
  31. </RelativeLayout>
  32. </LinearLayout>