jmuserp.xml 1.1 KB

123456789101112131415161718192021222324252627282930313233
  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="@dimen/jm_login_width"
  9. android:layout_height="@dimen/jm_login_height_old"
  10. android:background="@drawable/jmloginb" >
  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/ivback"
  17. android:layout_width="wrap_content"
  18. android:layout_height="wrap_content"
  19. android:layout_marginLeft="13dp"
  20. android:layout_marginTop="6dp"
  21. android:background="@drawable/jm_back" />
  22. <com.jmhy.sdk.view.GifImageView
  23. android:id="@+id/gif"
  24. android:layout_width="240dp"
  25. android:layout_height="240dp"
  26. android:layout_centerInParent="true"/>
  27. </RelativeLayout>
  28. </LinearLayout>