jm_general_webview_8.xml 1.0 KB

12345678910111213141516171819202122232425
  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. <RelativeLayout
  6. android:layout_width="@dimen/jm_login_width_8"
  7. android:layout_height="@dimen/jm_login_height_8"
  8. android:background="@color/jmfont_white">
  9. <Button
  10. android:id="@+id/btn_reback"
  11. android:layout_width="@dimen/jm_login_icon_width"
  12. android:layout_height="@dimen/jm_login_icon_width"
  13. android:layout_marginLeft="@dimen/jm_reback_margin"
  14. android:layout_marginTop="@dimen/jm_reback_margin"
  15. android:background="@drawable/jm_reback"/>
  16. <WebView
  17. android:id="@+id/wv_content"
  18. android:layout_width="match_parent"
  19. android:layout_height="match_parent"/>
  20. </RelativeLayout>
  21. </LinearLayout>