- <?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:background="#b0000000" >
- <WebView xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/huo_sdk_web_auth"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:minHeight="240dip"
- android:layout_centerInParent="true"
- android:visibility="visible" >
- </WebView>
- </RelativeLayout>
|