user_activity_h5.xml 773 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="#fdfdfe"
    android:orientation="vertical">


    <ImageView
        android:id="@+id/iv_pop"
        android:layout_width="35dp"
        android:layout_height="35dp"
        android:layout_marginLeft="21dp"
        android:layout_marginTop="24dp"
        android:padding="4dp"
        android:src="@drawable/user_ic_del" />

    <WebView
        android:id="@+id/web_view"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:layout_marginTop="20dp"></WebView>

</LinearLayout>