get rid of WebRessourceResponse injecting (fix for #437)

- added some kind of splash screen
This commit is contained in:
Philipp Schaefer
2013-07-21 20:39:13 +02:00
parent b0dd95e694
commit 89846e1a77
10 changed files with 49 additions and 31 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -6,6 +6,11 @@
<com.cradle.iitc_mobile.IITC_WebView
android:id="@+id/iitc_webview"
android:layout_width="fill_parent"
android:layout_height="fill_parent"/>
android:layout_height="fill_parent" />
<ImageView android:id="@+id/imageLoading"
android:layout_height="fill_parent"
android:layout_width="fill_parent"
android:background="@android:color/darker_gray"
android:src="@drawable/iitc" />
</LinearLayout>