ej_activity_web.xml 614 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:orientation="vertical"
  6. android:background="@color/ej_common_background">
  7. <com.ejyx.widget.CommonWebView
  8. android:id="@+id/ej_web_view"
  9. android:layout_width="match_parent"
  10. android:layout_height="wrap_content"
  11. android:adjustViewBounds="true"
  12. android:minHeight="@dimen/dp_150"/>
  13. <include layout="@layout/ej_dialog_title"/>
  14. </RelativeLayout>