jmad_user_info.xml 488 B

123456789101112131415
  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. <WebView
  9. android:id="@+id/webview"
  10. android:layout_width="match_parent"
  11. android:layout_height="match_parent" />
  12. </LinearLayout>