11 lines
375 B
XML
11 lines
375 B
XML
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
android:orientation="vertical" >
|
|
|
|
<com.cradle.iitc_mobile.IITC_WebView
|
|
android:id="@+id/iitc_webview"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"/>
|
|
|
|
</LinearLayout> |