* adapted mobile build script to new iitc build script

* got rid of some forced closes
This commit is contained in:
Philipp Schaefer
2013-03-27 20:04:38 +01:00
parent ea8293e533
commit 70d8858c67
4 changed files with 19 additions and 11 deletions

View File

@ -1,6 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<com.cradle.iitc_mobile.IITC_WebView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/webview"
<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>