jmuserinfo.xml 984 B

1234567891011121314151617181920212223242526
  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_login_width"
  10. android:layout_height="@dimen/jm_login_height_old"
  11. app:jm_radius="@dimen/jm_webview_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. <com.jmhy.sdk.view.GifImageView
  18. android:id="@+id/gif"
  19. android:layout_width="240dp"
  20. android:layout_height="240dp"
  21. android:layout_gravity="center" />
  22. </com.jmhy.sdk.view.CornerCompatView>
  23. </LinearLayout>