jmuserp.xml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:gravity="center"
  7. android:orientation="vertical" >
  8. <com.jmhy.sdk.view.CornerCompatView
  9. android:layout_width="@dimen/jm_pay_width"
  10. android:layout_height="@dimen/jm_pay_height"
  11. app:jm_radius="@dimen/jm_login_radius"
  12. android:background="@color/jmfont_white" >
  13. <WebView
  14. android:id="@+id/webview"
  15. android:layout_width="match_parent"
  16. android:layout_height="match_parent" />
  17. <ImageView
  18. android:id="@+id/ivback"
  19. android:layout_width="40dp"
  20. android:layout_height="40dp"
  21. android:layout_gravity="end"
  22. android:scaleType="centerInside"
  23. android:src="@drawable/jm_close" />
  24. <com.jmhy.sdk.view.GifImageView
  25. android:id="@+id/gif"
  26. android:layout_width="240dp"
  27. android:layout_height="240dp"
  28. android:layout_gravity="center"/>
  29. </com.jmhy.sdk.view.CornerCompatView>
  30. </LinearLayout>