Philipp Schaefer 70d8858c67 * adapted mobile build script to new iitc build script
* got rid of some forced closes
2013-03-27 20:04:38 +01:00

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>