1234567891011121314151617 |
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical"
- android:background="@color/ej_common_background">
- <com.ejyx.widget.CommonWebView
- android:id="@+id/ej_web_view"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:adjustViewBounds="true"
- android:minHeight="@dimen/dp_150"/>
- <include layout="@layout/ej_dialog_title"/>
- </RelativeLayout>
|