cyuserinfo.xml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:gravity="center"
  6. android:orientation="vertical" >
  7. <RelativeLayout
  8. android:layout_width="350dp"
  9. android:layout_height="330dp"
  10. android:background="@drawable/cyloginb" >
  11. <WebView
  12. android:id="@+id/webview"
  13. android:layout_width="match_parent"
  14. android:layout_height="match_parent" />
  15. <ImageView
  16. android:id="@+id/iphoneback"
  17. android:layout_width="45dp"
  18. android:layout_height="45dp"
  19. android:layout_marginLeft="15dp"
  20. android:layout_marginTop="5dp"
  21. android:background="@drawable/cy_back" />
  22. <ImageView
  23. android:id="@+id/ivclose"
  24. android:layout_width="45dp"
  25. android:layout_height="45dp"
  26. android:layout_marginRight="15dp"
  27. android:layout_marginTop="5dp"
  28. android:visibility="gone"
  29. android:layout_alignParentRight="true"
  30. android:background="@drawable/cy_close" />
  31. </RelativeLayout>
  32. </LinearLayout>