get rid of WebRessourceResponse injecting (fix for #437)
- added some kind of splash screen
This commit is contained in:
BIN
mobile/res/drawable-hdpi/iitc.png
Normal file
BIN
mobile/res/drawable-hdpi/iitc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
BIN
mobile/res/drawable-ldpi/iitc.png
Normal file
BIN
mobile/res/drawable-ldpi/iitc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
BIN
mobile/res/drawable-mdpi/iitc.png
Normal file
BIN
mobile/res/drawable-mdpi/iitc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
BIN
mobile/res/drawable-xhdpi/iitc.png
Normal file
BIN
mobile/res/drawable-xhdpi/iitc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
BIN
mobile/res/drawable-xxhdpi/iitc.png
Normal file
BIN
mobile/res/drawable-xxhdpi/iitc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 52 KiB |
@ -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>
|
Reference in New Issue
Block a user